Unnamed: 0
int64
0
11.3k
label
stringclasses
20 values
content
stringlengths
6
66.5k
3,200
comp.windows.x
re animation with xputimage in article whaley apr sigma kpc com whaley sigma kpc com ken whaley writes 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 correct most x servers use a version of malloc which will not return memory to the os ie the x server might free a pixmap but the heap does not shrink 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 well part of the routines i mentioned do a dirty little trick to get around that problem first i create the shared memory segment attach the client attach the x server and then remove the segment if you read the man pages on removing of shared memory segments you will see that the segment only dies after all attachments are gone now if the client dies that s one attachment gone the os cleans up for you and since the x server notices the client has dies frees up it s resources including detaching from the segment there goes the last attachment no more shared memory segment terrible but it works regards richard gooch
3,201
comp.windows.x
xterm patches for alpha osf well after massaging the dec cf osf def can t remember the exact names from osf into my normal x r distribution everything compiles and links fine but xterm doesn t run warning representation size must match superclass s to override background warning translation table syntax error modifier or expected warning found while parsing p j p x error of failed request badcolor invalid colormap parameter major opcode of failed request x allocnamedcolor resource id in failed request x serial number of failed request current serial number in output stream other than this all the other core x stuff seems to be working ok any hints tips appreciated patches would be primo thanks jaye mathisen coe systems manager roberts hall dept of computer science montana state university bozeman mt osyjm cs montana edu
3,202
comp.windows.x
x gl widget translation problem i am writing a custom widget to support the display of graphics and imagery the user of the widget will be able to specify when creating it whether it is to operate in x or gl mode i have set up translations and actions to handle mouse button presses they work fine when the widget is in x mode in gl mode they only work when the widget my gl x widget is a child of a manager put another way the translations do not work when the widget is configured in gl mode and is a child of a shell does anyone know why this is happening thanks in advance bruce gendler bgendler csc com
3,203
comp.windows.x
text field in dialog widget doesn t get focus i am using the glx widget athena widgets on a mixed model application under dwm but when the dialog gets popped up its text entry field does not have focus aimilar code works perfectly if i use pure x no mixed model here is the relevant portion of the code int n arg wargs widget button popupshell dialog initialize toplevel here n xtsetarg wargs n xtnlabel foo n button xtcreatemanagedwidget foobtn commandwidgetclass toplevel wargs n popupshell xtcreatepopupshell pupshell overrideshellwidgetclass button null xtaddcallback popupshell xtncallback mypopup xtpointer popupshell n xtsetarg wargs n xtnvalue n dialog xtcreatemanagedwidget thedialog dialogwidgetclass popupshell wargs n void mypopup w popup shell call data widget w widget popup shell xtpointer call data xtpopup popup shell xtgrabexclusive a way i found to give focus to the text field is to move the application window around a little bit and place it right behind the popup any pointers would be greatly appreciated
3,204
comp.windows.x
correction on my last posting glx lack of cous on dialog widget on the code i sent please replace the line xtaddcallback popupshell xtncallback mypopup xtpointer popupshell by xtaddcallback button xtncallback mypopup xtpointer popupshell the rest and my question remains the same dan
3,205
comp.windows.x
re dell eisa video cards this belongs in comp windows x i unix i ve redirected followups in article c sshu cbi gator rn com larry gator rn com larry snyder writes does xfree support any eisa video cards under dell larry snyder larry gator rn com i know for a fact that the eisa version of the orchid prodesigner iis works however an eisa svga card is likely a waste of money when xfree comes out with support for accelerated chipsets isa eisa and vlb will all be supported the more important question is what chipsets are supported the bus is basically irrelevent as a compatibility issue david wexelblat dwex mtgzfs att com fax at t bell laboratories laurel ave f middletown nj xfree requests should be addressed to xfree physics su oz au love is like oxygen you get too much you get too high not enough and you re gonna die sweet love is like oxygen
3,206
comp.windows.x
re question regarding overlaying of graphics 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 you could set up a bitmap with a mask in it clear the bitmap draw the rectangle to be deleted with gxor draw the one that is to stay with gxclear then gxxor the entire pixmap with the screen note that this is a pretty effective way of animation if you ever need to do that replace the gxclear with a gxxor joe hildebrand hildjj fuentez com software engineer fuentez systems concepts standard disclaimers apply
3,207
comp.windows.x
keysym database problems i am having problems with a motif application that when run on another machine with different x paths etc can t find the xkeysymdb file this causes a large warning output warning translation table syntax error unknown keysym name osfactivate warning found while parsing key osfactivate managerparentactivate warning translation table syntax error unknown keysym name osfcancel warning found while parsing key osfcancel managerparentcancel warning translation table syntax error unknown keysym name osfselect warning found while parsing key osfselect managergadgetselect etc as the file is in a different location but xt seems to only look for it in the place where it is on the machine the app was compiled on is there any way to read the xkeysymdb manually with an x xt call so that additions to the xkeysymdb can be distributed with the application i have used trace to find out what was going on but i need a fix so that these translations in the application can be recognised tim tim liddelow for fork systems programmer centre of advanced technology in telecommunications my brain on a bad day citri melbourne australia internet tim kimba catt citri edu au phone fax
3,208
comp.windows.x
re mix gl with x xlib xt mwm in article scorpion dps co uk gerard dps co uk gerard o driscoll writes 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 they come with every iris now nth also ships it with their latest version of nth portable gl i just got the update a couple of weeks ago i would assume that silicon graphics would license the source to you so that you can include it in your company s gl offering larry d pyeatt the views expressed here are not internet pyeatt texaco com those of my employer or of anyone voice that i know of with the possible exception of myself
3,209
comp.windows.x
re writing a motif widget in article c wapj dd ibmpcug co uk nicholas ibmpcug co uk nicholas young writes 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 yes you ll find it almost impossible without the source at this point it does depend on how ambitious you are and how concerned you are about compliance with the general interface and items like traversal 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 i m not sure what you re asking you could create something which is very much like a true multi column list by placing several lists within a geometry manager and putting that manager within an automatic scrolled window this wouldn t be good for very large lists but you might consider this as an alternative 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 motif does not have a multi column list in it have you looked at commercial sets there are also some pd widget sets one of these might have a multi column list you could port 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,210
comp.windows.x
numlock masking interference with meta compose extendchar my question is this is there a means of determining what the state of capslock and or numlock is alright ignore this i have delved a bit deeper xkeyevent and found what i was looking for ev state has a bunch of masks to check against lockmask is the one for capslock unfortunately it appears that the numlock mask varies from server to server how does one tell what mask is numlock and which are for meta mod mask mod mask mod mask mod mask mod mask eg sgi s vendor server has mod mask being numlock whereas solaris openwindows has mod mask for numlock is there an unambiguous means of determining numlock s mask at runtime for any given server sorry for the wasted bandwidth and my appalling ignorance thanks ralph
3,211
comp.windows.x
trying to find papers by rosenthal i have the march april version of the x journal open in front of me i ll be working on programming x clients this summer and since i don t have much experience with programming x i thought this issue might be helpful as it has a section on debugging and a section on the most common errors in programming x at the end of the errors section there are the following references for tutorials on x programming style they are rosenthal david a simple x client program proceedings of the winter usenix conference lemke d and rosenthal d visualizing x clients proceedings of the winter usenix conference does anyone know where i could find these in printed or preferably electronic form or can you suggest any net resources devoted to the introduction to programming x i ll be looking at the bookstore for books so i am really only asking about what i can find on the net thanks david simpson davesimp soda berkeley edu
3,212
comp.windows.x
re xt intrinsics slow popups cjhs minster york ac uk wrote help i am running some sample problems from o reilly volume xt intrisics programming manual chapter popup dialog boxes and so on in example page creating a pop up dialog box the application creates window with a button quit and press me the button press me pops up a dialog box the strange feature of this program is that it always pops up the dialog box much faster the first time if i try to pop it up a nd time rd th time it is much slower has anyone any experience with these sample programs or why i get this behaviour fast response time for the first time but slow response time from nd time onwards anyone can give me some ideas on how to program popups so that each time they popup in reasonable fast response time thankyou shirley thanks to those who responded we were able to prevent this behaviour by two methods running twm rather than olwm keeping olwm but putting wmtimeout in the resources it has been suggested that the difficuty was something to do with the window manager positioning the popup window any guru who can analyse what is going on from this information please post and let us know thanks shirley
3,213
comp.windows.x
question on xon in x r hi folks say i m new to r and have one quick question in using xon xon machine name i notice that it always comes up with a very small window i m pretty sure its the default font my xterms all work normally is xon supposed to read your xresources for a font size xrdb q appears to show the right stuff i can use xon with arguments such as xterm fn x etc and everything is correct of course you could always do a simple script to do this but i have a feeling i m missing something simple here comments suggestions appreciated thanks in advance bob bshaw spdc ti com mm
3,214
comp.windows.x
re gui study cutsie little macintrash like icons that are an instant recipe for mousitis imho system is undoubtedly the worst gui i have used out of that riscos mswombles and x simply because it does not provide enough keyboard shortcuts windows i must confess i quite like cover your ears because you can actually use it without having to ever touch the mouse stuff delete the user rather than making things easier and there should always be the option to do it your way if you want to which is why i like the unix x combination so much it s so customizable hear hear i agree completely one thing i can t stand about the mac interface is its shear determination to force you to use the mouse what if your mouse breaks your whole system is down i like the mouse it is handy on some occassions such as cut and past and moving icons around etc but for most work the keyboard and hot keys are times faster than using the mouse sure it is a plus to be able to do something simple if you are an inexperienced user but how long is it before your are experienced a month two speaking of pcs at the moment i don t think it is too much to ask that window programmers provide not only a menu mouse interface but also look forward to those who would like to move on to hot keys and command line interfaces which usually allows you to do more in less time if you are experienced all of the above equally applies to windowing systems on unix especially since unix is at least more powerful than dos seth buffington u s s gab i seth cs unt edu seth gab unt edu unix operator
3,215
comp.windows.x
x terminal config file question question what is the exact entry parameter and syntax please in the x terminal configuration file loaded when the x terminal boots to add another system to the tcp ip access control list background i have two unix systems an at t b running x r and mit s x r and a sun ss without any x i want to have a window to the sun and the b on the ncd x terminal at the same time i can do this if i manually set the network parameter tcp ip access control list to off then login to my telnet session not great i ve tried to get xhost to work and failed either my syntax is wrong or the x r implementation is bogus i am trying to edit the ncd configuration file that is loaded when the ncd boots no matter what entry i add or edit the ncd still boots with the tcp ip access control list containing only the b my manuals are worthless so any help would be most appreciated thanks ann marie barden abarden afseo eglin af mil
3,216
comp.windows.x
x error of failed request badpixmap invalid pixmap parameter could someone please give a guess as to why this simple little program causes a badpixmap error on the fourth bizarre call to xtrelaizewidget here is the code int stoploop static void callback widget xtpointer xtpointer main xttoolkitinitialize xtappcontext app xtcreateapplicationcontext while int junk display dis xtopendisplay app null null null null junk null widget top xtappcreateshell null null applicationshellwidgetclass dis null widget box xtvacreatemanagedwidget x xmpushbuttonwidgetclass top xmnheight xmnwidth null xtaddcallback box xmnactivatecallback callback null xtrealizewidget top while stoploop xevent event xtappnextevent app event xtdispatchevent event stoploop xtreleasegc top xdefaultgcofscreen xtscreen top needed xtdestroywidget top xtclosedisplay dis static void callback widget xtpointer xtpointer stoploop the error i get yes the th time i try to show the box is x error of failed request badpixmap invalid pixmap parameter major opcode of failed request x creategc resource id in failed request xd d serial number of failed request current serial number in output stream please respond via email thanks very very much note i realize this program does nothing useful its an ultra trivialized version fo a real library routine david rex wood davewood cs colorado edu university of colorado at boulder
3,217
comp.windows.x
re looking for david e smyth in article apr nynexst com zvi nynexst com zvi guter writes the author of wcl or the current care taker his is the only name i found in the dist tree i have tried to mail him at david smyth ap mchp sni de but the mail bounced back any help in finding him will be greatly appreciated try david ap uucp david ap ztivax siemens com xtian name christian mollard email c mollard frec bull fr phone bull fax address bull s a b p echirolles cedex france
3,218
comp.windows.x
virtual mwm hi netland i thought that i once read about the existance of a virtual mwm like vtwm on the usual ftp sites gatakeeper dec com export lcs mit edu i can t find any trace of this program could anybody give me a hint where to find this program or confirm deny the existance of this program regards stefan
3,219
comp.windows.x
installation problem with x r i am in the process of installing x r on my sun sparcstation and have run into a problem i imagine it has something to do with a missing screen driver or something along those lines but figured someone out there in internet land might be able to help i am installing it on a machine that already has openlook installed and would like to have both installed concurrently thus i set it up to compile to my usr x r directory i worked out all the kinks in getting it compiled with gcc so that it compiles without any warnings i need it installed for pex si so i set all those appropriate flags when i run it however i get a message along the lines of getting interface configuration operation not supported on socket sunopenframebuffer inappropriate ioctl for device fatal server error no screens found any ideas on how i can fix it please respond by e mail at the below address thanks in advance dan i do not want to be immortalized through my works i want to be immortalized through not dying woody allen dan kirkpatrick dept of electrical computer engineering dsk rice edu rice university uunet rice edu dsk uunet uu net houston tx
3,220
comp.windows.x
imake 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,221
comp.windows.x
imake on dos and windows has anyone had experience porting imake to dos using a microsoft watcom or any other dos compiler since i do not have easy access to news a response to white billy po gis prc com would be appreciated
3,222
comp.windows.x
post script viewer hello recently i have been printing out a lot of files on school s laser printer and feeling guilty about it please help me by showing me where to get a post script viewer for x windows thank you for your help a student trying to enhence his cybernatic ability
3,223
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 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 i know that the mwm has an resource to specify if positions are to be used for the border of a window or for the user window maybe other window managers have similar options another way to figure out the difference between the user window position and the window manager decoration window position is to subtract their positions you just have to use xquerytree and remember that the window manager decorations window is the parent of your window unfortunately you can only figure out the decoration width and height after the window has been mapped this way greeting tobias bading cs tu berlin de
3,224
comp.windows.x
re animation with xputimage in article apr nrao edu rgooch rp csiro au richard gooch writes remove the shared memory segment terrible but it works why is that terrible that s exactly the way our code has been doing it for two years now and is the way that temporary files in unix systems are managed most of the time open unlink burkhard neidecker lutz distributed multimedia group cec karlsruhe eerp portfolio manager software motion pictures berkom ii project multimedia base technology digital equipment corporation neidecker nestvx enet dec com
3,225
comp.windows.x
image plotting source code needed hi i m looking for source sample on how to create a window with an image in it actually a dim matrix of unsigned char any help will be appreciated
3,226
comp.windows.x
question on motif diaog shell widget under vuewm dear netters i have noticed something rather weared i think about creating a dialog shell widget while running hp vue s vuewm for some reason every time i create a dialog shell the foreground and backgroun d colors are different compared to my toplevel shell i am not doing anything special different does any body know anything about this problem how to fix it without hardcodin g the colors please respond to kamlesh salzo cary nc usa thanks kamlesh
3,227
comp.windows.x
x benchmarks we are in the process of evaluating x terminals this includes running xremote over a serial line i would like to run some x benchmarks to determine comparative performance has anyone written any such benchmarks or know of any useful programs on the net i heard of a program called xstone but i couldn t locate it using archie please reply to afielden mlsma att com as i don t get to read this newsgroup much thanks in advance for any help andrew fielden at t network systems uk tel information systems group sun support email afielden mlsma att com
3,228
comp.windows.x
hypercard for unix hi netlanders does anybody know if there is something like macintosh hypercard for any unix platform thanks in advance ron
3,229
comp.windows.x
re numlock masking interference with meta compose extendchar ralph seguin rps arbortext com wrote my question is this is there a means of determining what the state of capslock and or numlock is alright ignore this i have delved a bit deeper xkeyevent and found what i was looking for ev state has a bunch of masks to check against lockmask is the one for capslock unfortunately it appears that the numlock mask varies from server to server how does one tell what mask is numlock and which are for meta mod mask mod mask mod mask mod mask mod mask eg sgi s vendor server has mod mask being numlock whereas solaris openwindows has mod mask for numlock is there an unambiguous means of determining numlock s mask at runtime for any given server sorry for the wasted bandwidth and my appalling ignorance you ll have to check the keysym s on each of the keys for each modifier the one with numlock in its mapping is the modifier you want a bit ugly perhaps but i think its currently the only way to do this and it does have some precedent as keysyms are used to differentiate capslock from shiftlock for the lock modifier i don t know of an accepted strategy for handling ambiguous assignments either ie what if numlock is mapped for more then one modifier i suppose first found is as good as any x doesn t handle locking modifiers that well hope that helps dave lapp standard disclaimer etc
3,230
comp.windows.x
motif based graphing package i am in need of a motif based graphing package to integrate into a large software package under development for distribution to universities it can be either public domain or commercial although a commercial package can t have royalties required for binary only distribution we need d graphing capabilities at a minimum but d would be nice any info would be appreciated and i will summarize if there is interest thanks mitch mitchell s baltuch unidata program center mitch unidata ucar edu ucar po box boulder co
3,231
comp.windows.x
re postscript on x terminal i tried to e mail you but it bounced so hi there in article his uucp you write from sp henhj edit henrik balthazar hjort subject 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 it might be that the x terminal doesn t support the postscript extensions to x product i use the dxpsview program on a decstation to view postscript files but when i moved to an ncd x terminal i couldn t use it any more so i ftp d and compiled ghostscript gnu software now we can view postscript files on our x terminals hope this helps grant henrik henrik hjort hjort grant totten programmer analyst trent university peterborough ontario gtotten trentu ca phone fax take everything in stride trample anyone who gets in your way
3,232
comp.windows.x
re hypercard for unix in article apr bernina ethz ch queloz bernina ethz ch ronald queloz writes hi netlanders does anybody know if there is something like macintosh hypercard for any unix platform thanks in advance ron try metacard a hypercard like programming environment on x chun hong
3,233
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 i know that the mwm has an resource to specify if positions are to be used for the border of a window or for the user window maybe other window managers have similar options another way to figure out the difference between the user window position and the window manager decoration window position is to subtract their positions you just have to use xquerytree and remember that the window manager decorations window is the parent of your window unfortunately you can only figure out the decoration width and height after the window has been mapped this way another way would be to use getgeometry to find out where you are relative to the frame and translatecoordinates to find out where your window s upperleft corner really is ethan
3,234
comp.windows.x
re key definitions in emacs x in a prior article ajaffe oddjob uchicago edu andrew jaffe wrote hi i use emacs and i want to customize my keyboard better when i set up stuff in my emacs with a keymap and define keys i can only access certain of the keys on my x terminal s keyboard i can t get e g f home end pgup pgdn they all seem to have either the same or no keycode i have a feeling this can t be fixed in emacs itself but that i need to do some xmodmap stuff can someone help me unfortunately the key event handling is pretty much hardwired into emacs i ran into this problem a while back my solution was to change the source code so that all of these special keys generated character sequences which basically encoded the keysym and modifier state as escape sequences for example the sequence esc b would indicate that the home key was pressed with the shift key down you could also detect standard keys with odd modifiers such as shift return if anybody wants these changes they re welcome to them but you ll have to have the source available and be comfortable munging with it a bit basically you have to replace the keypress handling code in the source file x term c maybe if someone at osf is interested i can send them the tweaks but i imagine they ve got bigger fish to fry hopefully including the much talked about emacs v if there s sufficient interest i ll post the mods somewhere although this probably isn t the appropriate group for it notes this special code will only apply if you let emacs create its own x window if you run it in plain old tty mode which includes xterm windows then it s business as usual the patches i made were to version under sun os i also did this a while back under hp ux the patches are in a chunk of code between if sun endif but could easily be adapted for anything else mark lanzo kd qlz lanzo tekelec com xx
3,235
comp.windows.x
re title for xterm in a prior article naoumov physics unc edu sergei naoumov writes hey guys i work on many stations and would like this name and current logname to be in a title of xterm when it s open and a machine name only when it s closed in other words i want host and logname to appear as a title of opened xterm and host when xterm is closed how can i do it apologies if i m answering something already answered in the faq our news feed has been losing a lot of articles lately so i haven t seen the faq lately to check two ways when you start the xterm you can use command line options n icon name to set the icon label t window title to set the window title title window title equivalent to t window title you can use escape sequences to change things on the fly the basic escape sequence is esc p some arbitary text bel where esc and bel are the ascii escape and bell characters p is an ascii decimal digit or depending on whether you are trying to set the window or icon title or both and some arbitary text is your desired label string hence this command will set the window icon title echo your title goes here c to set just the icon title echo your title goes here c to set just the window title echo your title goes here c of course you may have to fiddle with exact syntax depending on how the echo command works on your system and what shell you are using i ve shown system v semantics under bourne or korn shells hint for sun os users use usr bin echo instead of bin echo or csh s built in echo otherwise you ll have to embed literal esc and bel characters in the string instead of using convenient octal sequences if you want your titlebar updated continously say to show your current directory hostname or somesuch then you ll have to see if you can coerce your shell into spitting out the appropriate escape sequences when it prompts for commands sometimes you can just put the appropriate escape sequence in the prompt string itself sometimes not mark lanzo kd qlz lanzo tekelec com xx
3,236
comp.windows.x
re how do i find my appcontext in a prior article 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 xtappcontext xtwidgettoapplicationcontext widget of course just using the app context returned from xtcreateapplicationcontext xtappinitialize etc is the best option unless that path is not available
3,237
comp.windows.x
help xdm solaris i recently read here that sun has a patch for xdm on solaris i was wondering if anyone could give me the patch number thanks in advance tracy tolley university of central florida technical support
3,238
comp.windows.x
re problem running aix info from a sun rlogin shell in r bcinn ei ome sps mot com wcl risc sps mot com wayne long writes 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 i have had the exact same problem but have not figured out a solution i run a pc with linux free unix with x r and openwindows i would appreciate any solutions ewz internet ziegenfe moravian edu uucp rutgers lafcol batman ziegenfe
3,239
comp.windows.x
xfree need help hi i just got xfree running on my pc with consensys and encountered a few minor i hope probems the pc is hooked up to a lan where i want remote x applications to connect to my x server i believe the command to permit this is xhost when i m logged on my pc and type xhost i get the error message saying you must be on local machine to enable access what does this mean ain t i already on the local machine another problem i have is with the mouse movement i find that the mouse cursor moves extremely slow and choppy how can i make the mouse cursor move more accurately thank in advance any help is much appreciated please send replies to christy alex qc ca christy
3,240
comp.windows.x
summary xon and x r hi folks thanks to the ones that replied however my problem turned out to be very simple in my xresources i had a space after xterm font x removing this and xrdb fixed my problem also same symptom was that some of my users did not have the proper capitals for xterm font thanks again bob
3,241
comp.windows.x
x load on the network can someone point me in the direction of any papers not necessarily formally conducted studies discussing how much traffic x apps generate for the network particularly in comparison with curses bases apps over telnet also does an x server typically buffer up user keyboard input a line at a time can the x client control this asking for keystrokes immediately thanks in advance for any feedback bob kline phoenix systems inc bkline occs nlm nih gov voice
3,242
comp.windows.x
athena widgets where do i find the athena widgets that are needed for xtdm thanks in advance
3,243
comp.windows.x
subscribe subscribe min stella skku ac kr
3,244
comp.windows.x
re need shading program example in x in article a tgv com mahan tgv com patrick l mahan writes 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 i think the original post was searching for existing implementations of f i gouroud shading of triangles this is fairly complex to do with plain x simpler shading models are implemented already f i in x d ask archie where to get the latest version for gouroud a fast implementation will be possible utilizing some extension only either mit shm to do the shade in an image and fast update the window with it or pex opengl which should be able to shade themselves the portable vanilla x way would be to shade in a normal ximage and use xputimage what would be good enough to do static things as f i fractal landscapes or such stuff to speak about povray the x previewer that comes with the original source package is not that good especially in speed protocol friendlyness and icccm compliance have a look on x q my own preview code it is on pub gfx ray misc x q the readme states the points where it is better than xwindow c from povray o o o brain inside o o o o andre beck abpsoft mehl andre beck irs inf tu dresden de o o o
3,245
comp.windows.x
moolit and olit does anyone know the difference between moolit and olit does sun support moolit is moolit available on sparcstations i have recntly downloaded a copy of wkshtree written by eric wallengren of univel there are many widgets that are apparently available only to moolit but not olit is there a wkshtree program available under olit steved cfcl com
3,246
comp.windows.x
is authentication a planned feature for x r greetings my question is whether the upcoming release of x r will provide strong authentication between the x clients and server s if so will this feature be based on the kerberos authentication mechanism and if so will kerberos version be used please reply via email thanks andre andre s cosma rrc n bellcore security and andre bae bellcore com hoes lane data services piscataway nj
3,247
comp.windows.x
x on amiga i m new to the hardware and with a mandate to port some x based stereo video software does anyone know of or have experience with x on amiga machines if i can retain the x event handling it would ease my plight considerably and if i can keep all the motif bits so much the better gary lawrence murphy garym virtual rose utoronto ca university of toronto industrial eng dept fax taddle creek rd toronto ont m s a voice the true destination is always just here now
3,248
comp.windows.x
help os presentation mgr port to x i need to port several os pm applications to x openwindows or motif and desperately need any information on how to go about doing this short of a complete rewrite are there any tool to make porting easer any references any talent out there to hire to do this i will even take an os presentation mgr emulator for sun any and all replies except flames welcome brian colaric brian colaric dallas central sun com
3,249
comp.windows.x
re xt intrinsics slow popups bryan boreham bryan alex com wrote in article minster york ac uk cjhs minster york ac uk writes the application creates window with a button quit and press me the button press me pops up a dialog box the strange feature of this program is that it always pops up the dialog box much faster the first time if i try to pop it up a nd time rd th time it is much slower the shell is waiting for the window manager to respond to its positioning request the window manager is not responding because it thinks the window is already in the right place exactly why the two components get into this sulk is unclear to me all information greatly received thanks for this clue and thanks to derek ho also for a pointer in the same direction one solution due to derek ho when the popup is popped up we setvalue its location which on repeat popups will be unchanged from the previous popup the slow response can be avoided by calling getvalue first and only using setvalue if the required location is different the problem can also be avoided by making a tiny alteration in the location of the popup so that the setvalue really does change the location of the popup we tried this just for a double check on the source of the problem the solutions we have tried successfully are now as follows use twm or mwm rather than olwm use olwm with resource wmtimeout only reset the location of the popup window if it is truely changed this is obviously working around some bug somewhere thanks chris ho stuart
3,250
comp.windows.x
overriding window manager focus processing i am working on an x window based application that needs to override some of the window manager focus processing i am using x r and motif currently although i will also be working with open look in the future what i need to do is under certain circumstances prevent the user from switching from one window of the application to another window let s say for example that window a is on top of window b in the window hierarchy normally if the user clicks the mouse in window b it will be brought to the top of the window hierarchy and placed on top of window a under certain circumstances if the user clicks the mouse in window b i need to beep and prevent window b from being raised on top of window a from the research and testing i ve done so far it appears that this window ordering is handled by the window manager in this case motif i haven t found any way to override this default processing through standard x window functions i can tell when this switching occurs through focus change and mapping notify events but i can t find any way to tell motif not to make the switch the temporary solution i ve currently come up with is very kludgy but it partially works when i detect such a window switch in those cases when the switch is not allowed i manually force the formerly top window back on top with an xraisewindow call and beep with the xbell function this provides the necessary functionality but looks ugly when the windows switch places twice does anyone know how i can tell motif or preferably any window manager when i don t want the window order switch to actually take place respond either by e mail or posting to this newsgroup cheers randall randall severy uunet uunet ge severy ge information services internet ge severy uunet uu net n washington st mc a genie rsevery rockville md usa phone
3,251
comp.windows.x
re xt intrinsics slow popups in article minster york ac uk cjhs minster york ac uk writes cjhs minster york ac uk wrote help i am running some sample problems from o reilly volume xt intrisics programming manual chapter popup dialog boxes and so on in example page creating a pop up dialog box the application creates window with a button quit and press me the button press me pops up a dialog box the strange feature of this program is that it always pops up the dialog box much faster the first time if i try to pop it up a nd time rd th time it is much slower has anyone any experience with these sample programs or why i get this behaviour fast response time for the first time but slow response time from nd time onwards anyone can give me some ideas on how to program popups so that each time they popup in reasonable fast response time thankyou shirley thanks to those who responded we were able to prevent this behaviour by two methods running twm rather than olwm keeping olwm but putting wmtimeout in the resources it has been suggested that the difficuty was something to do with the window manager positioning the popup window any guru who can analyse what is going on from this information please post and let us know thanks shirley i ran in to this problem i while ago and from what i remember you should use xttranslatecoordinates etc after realizing the main widget to calculate the location of the popup then use something like xtvasetvalues on the popup widgets before ever using them calling setvalues repeatedly e g every time something pops up seems to be what slows you down i never delved deep enough to figure out exactly why though jeremy payne uiuc neuroscience program college of medicine jrpayne uiuc edu
3,252
comp.windows.x
looking for x window server frequency of operations data hello i m currently designing the architecture of a chip which is intended to help speed up common operations on a windowing system such as x a friend and i are designing the chip as the final course project for an advanced computer architecture course taught by dr fred brooks at unc chapel hill while we feel that we ve got a pretty solid design currently we d really like to get ahold of some frequency data from an x windows server so that we can make the most effective use of our bit budget unfortunately i ve been unable to find anything of this sort in the various x faqs or x manuals that i ve seen does anyone have some type of frequency data like how many copy rectangle operations vs draw lines and things of that sort or barring that a program that records requests to the server into a logfile that i can munge on myself any and all help would be very appreciated many thanks mark mark a deloura deloura cs unc edu u of north carolina chapel hill
3,253
comp.windows.x
re q colormaps with dialog shells dyoung media mit edu david young writes i have an applicationshell which uses a colormap created with xcreatecolormap and uses all of the colors available for my bit display 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 i think this is correct behavior remember the default colormapfocuspolicy is keyboard meaning the cmap focus follows the keyboard focus since the dialog is modal mwm won t allow keyboard focus onto your main shell and so it won t allow cmap focus either since it sounds as though you have keyboardfocuspolicy pointer i suggest you set colormapfocuspolicy pointer also that way the cmap focus won t slavishly follow keyboard focus but will beat its own path if you have keyboardfocuspolicy explicit you can set cmap focus explicit also but you then need a binding to f focus color probably on mb david brooks dbrooks osf org open software foundation uunet osf org dbrooks showres soote my foote
3,254
comp.windows.x
x toolkits i am considering making a reasonably large application for free distribution probably copylefted i am going to use x now i m bewildered by the huge number of standards that open systems has created i ve lived in a fairly tookit sheltered environment most of the tools here were produced with the athena widget set or x intrinsics or xw in my humble opinion they look like crap i don t know however if this is a characteristic of the tookits or just poor aestetic taste in the programmers i would like my app to look a little more sculptured like mwm i understand however that mwm isn t free like the other tookits i am getting linux so i will have interviews but i don t know how it will look i get the impression andrew is from the fsf but i don t know what it looks like either if you can help explain this toolkit mess to me i would be much obliged which are free which are the best which are portable which looks nice which is not a resource hog also if you happen to know which are available on linux and or sun that would be a big help too thanks in advance
3,255
comp.windows.x
problems with color xterm we have recently obtained a copy of color xterm from export lcs mit edu after seeing it mentioned in a previous article on compilation it reports the following undefined symbols get wmshellwidgetclass get applicationshellwidgetclass but still runs when sending escape sequences to set the colour any colour comes out as black text on a black background any ideas has anyone used this program in colour successfully can anyone point me to any other colour terminal emulators we are running openwindows on sun sparcs running sunos advathanksnce ben kelley ben thor dbsm oz au
3,256
comp.windows.x
re title for xterm in article apr gecko uucp lanzo tekelec com mark lanzo writes hint for sun os users use usr bin echo instead of bin echo or csh s built in echo otherwise you ll have to embed literal esc and bel characters in the string instead of using convenient octal sequences bad idea using usr bin echo is slower than the built in echo this is what i do it does execute hostname once per shell window and does read in one extra file but manipluating the titles does not require executing extra programs oh yes it does execute some programs once per each system but it stores them in a file for the next time if hostname then setenv hostname hostname endif figure how how to generate escape bell and echo commands without a a line terminator i may have done this before if so the variable e is set have i executed this script before on this system if e then echo already set the echo variables dev tty else if f echo hostname then source echo hostname else if echo n wc l then echo built in echo is bsd dev tty then berkeley style echo echo set ech echo n echo hostname echo set e echo a tr a echo hostname echo set b echo a tr a echo hostname echo set n echo hostname source echo hostname else echo built in echo is sysv dev tty echo set ech echo echo hostname echo set e echo hostname echo set b echo hostname echo set n c echo hostname source echo hostname endif are we using shelltool cmdtool or xterm duplicate these aliases here to avoid problems if term sun then sun aliases alias header ech e l e n alias iheader ech e l e n else if term xterm then alias header ech e b n alias iheader ech e b n endif bruce barnett barnett crd ge com uunet crdgw barnett
3,257
comp.windows.x
xrn xarchie for hp s hi i need xrn and xarchie for the hp s version os either in the source form or preferably in executable form please suggest where i can find this send e mail to rao cse uta edu thanks in advance rao ssc
3,258
comp.windows.x
pulldown menu periodically hangs application on openwindows has anyone found a fix for the following problem client software sunos x r server hardware sun ipc server software sunos open windows w patch a motif application will periodically hang when run against the openwindows server xnews the pulldown is displayed but then no button actions have any effect sometimes pressing return will unstick the application but not usually it looks like the pulldown is grabbing the focus and never letting go other windows on the display continue to get updated so the server isn t hanging if i log in from another terminal and kill the motif application then everything gets back to normal the same application when run against other x servers including mit x r xsun decwindows tektronix x terminal has no problems this is obviously a openwindows problem but i need a work around since most of our customers are openwindows users i have tried the following things installing the latest version of the openwindows server patch using mwm version instead of olwm applying the patch specified in the motif faq question this had the effect of disabling the point and click method of menu interaction as opposed to the click and drag method and screwing up the menu mnemonics keys it did seem to help but i was still able to get the application to hang repeat by this is an intermittent problem so you ll have to try several times click and release on a menu heading pulldown menu will pop up click and release on a menu item repeat until application hangs any help would be appreciated thanks in advance skip koppenhaver skip eco twg com
3,259
comp.windows.x
screen problem in unix xwindows solaris experiment from a sun openwindows xterm window log into a solaris x machine using rlogin now do an ls and get the first character of each line display in the last column of the display with the rest of the line wrapped to the next line of the display log out and the condition persists check stty all try reset with no effect use telnet instead of rlogin and it doesn t occur try it from a unix console and it doesn t occur what s causing this can it be avoided how can the terminal characteristics be reset please send replies to shenk math gatech edu shonkwiler r w georgia institute of technology atlanta georgia uucp allegra amd hplabs seismo ut ngp gatech prism ma rs arpa ma rs prism gatech edu
3,260
comp.windows.x
re internationalized menus icon labels i have a problem with icon pixmap my application has to run under openwindow and motif i wrote my program in motif with pixmap and icons it runs fine under motif motif window manager and x r mwm but the icon pixmap does not show up under openwin olwm and x r olwm has anybody got into this kind of problem need a clue an example which works in both x r motif and openwindow will be great jigang yang jigang dale ssc gov jyang sscvx bitnet beckleymeade ave ms tel dallas tx fax
3,261
comp.windows.x
icon pixmap problem i have a problem with icon pixmap my application has to run under openwindow and motif i wrote my program in motif with pixmap and icons it runs fine under motif motif window manager and x r mwm but the icon pixmap does not show up under openwin olwm and x r olwm has anybody got into this kind of problem need a clue an example which works in both x r motif and openwindow will be great jigang yang jigang dale ssc gov jyang sscvx bitnet beckleymeade ave ms tel dallas tx fax
3,262
comp.windows.x
re x toolkits excerpts from netnews comp windows x apr x toolkits paul prescod undergrad m i am getting linux so i will have interviews but i don t know how it will look i get the impression andrew is from the fsf but i don t know what it looks like either if you re on the internet and your site isn t sheltered from external tcp ip traffic you can use the remote andrew demo to see what the andrew toolkit looks like remote andrew demo service this network service allows you to run andrew toolkit applications without the overhead of obtaining or compiling the andrew software you need a host machine on the internet and you need to be running the x window system a simple finger command will allow you to experience atk applications firsthand you ll be able to compose multimedia documents navigate through the interactive andrew tour and use the andrew message system to browse through cmu s three thousand bulletin boards and newsgroups to use the remote andrew demo service simply run the following command on your machine finger help atk itc cmu edu the service will give you further instructions gary keim andrew consortium
3,263
comp.windows.x
re gui study in article apr mercury unt edu seth ponder csci unt edu seth buffington writes cutsie little macintrash like icons that are an instant recipe for mousitis imho system is undoubtedly the worst gui i have used out of that riscos mswombles and x simply because it does not provide enough keyboard shortcuts windows i must confess i quite like cover your ears because you can actually use it without having to ever touch the mouse stuff delete the user rather than making things easier and there should always be the option to do it your way if you want to which is why i like the unix x combination so much it s so customizable hear hear i agree completely one thing i can t stand about the mac interface is its shear determination to force you to use the mouse what if your mouse breaks your whole system is down i like the mouse it is handy on some occassions such as cut and past and moving icons around etc but for most work the keyboard and hot keys are times faster than using the mouse sure it is a plus to be able to do something simple if you are an inexperienced user but how long is it before your are experienced a month two speaking of pcs at the moment i don t think it is too much to ask that window programmers provide not only a menu mouse interface but also look forward to those who would like to move on to hot keys and command line interfaces which usually allows you to do more in less time if you are experienced all of the above equally applies to windowing systems on unix especially since unix is at least more powerful than dos and at least more user unfriendly as well
3,264
comp.windows.x
re x on amiga in article yd ie utoronto ca garym ie utoronto ca gary murphy writes i m new to the hardware and with a mandate to port some x based stereo video software does anyone know of or have experience with x on amiga machines if i can retain the x event handling it would ease my plight considerably and if i can keep all the motif bits so much the better there is x for the amiga but it ll cost you gfxbase inc owned by dale luck one of the original amiga architects sells x for the amiga there are many options available including motif call em and get the scoop gfxbase inc ellwell drive phone milpitas ca fax i ve got no connection with them other than being a satisfied customer joe hartley jh cadre com whenever you find that you are on the cadre technologies side of the majority it is time to reform m twain richmond st providence ri overman st class the kilgore trout memorial clench x of the church of the subgenius
3,265
comp.windows.x
how to make simplest possible composite widget not being an xt programmer by any stretch of the imagination this is driving me crazy and it s probably really simple to do i need to make a composite widget that does nothing at all but is merely a placeholder in a widget instance heirarchy allowing me an additional resource name level to illustrate i have an application with the following widget heirarchy shell widget application widghet i want the following shell widget intermediate widget application widget where the intermediate widget has a name but gets all its other properties and propagates down new values from the shell widget i assume there s a simple way to do this but i can t find an example and the documentation i have is rather vague about implementing composite widgets please respond via email any help will be very much appreciated jim frost jimf centerline com
3,266
comp.windows.x
re x toolkits libxaw d the d athena widget set will greatly improve the sculptured look in linux with its shared jump table libs you don t even have to recompile or relink you merely have to ln sf lib libxaw d so lib libxaw so thomas
3,267
comp.windows.x
file formats hi folks can anyone give me some information the location of some information or some reference material for the following file formats wiff mo dca ioca pcx if this is not quite the appropriate place to ask such questions please let me know a more appropriate one and accept my apologies in advance thanks for your help rich rollman dogleg systems inc
3,268
comp.windows.x
changing colors on a label help i have a togglebutton widget yes widget and i have a routine which changes the color of the foreground and background of the label well the background changes alright but the label text does not redraw itself i am guessing that i have to force it to redraw with an xexposeevent sent to it via xsendevent is this the best way to get the text up again i can t seeem to get xsendevent to work right if this is a good approach might anyone have an example lying around to show me how to do this i ve rtfm all evening and did not find a decent example ps i keep getting segmentation faults in xsendevent tho all the values are as expected thanks in advance stephen m dahmen
3,269
comp.windows.x
color xterm i m look for current patches for color xterm for x r pl ro higher could someone please tell me where to get them for e mail them to me thanks egan f ford egan phony cc utah edu hellgate utah edu
3,270
comp.windows.x
re x toolkits in article c y wj ze undergrad math uwaterloo ca papresco undergrad math uwaterloo ca paul prescod writes i am considering making a reasonably large application for free distribution probably copylefted i am going to use x now i m the following packages meet your criteria in that they are pd and present an aesthetically pleasant graphical interface to the users if you can use bsd there is xview openlook there is interviews which looks a little like motif there is gopath a very nice c toolkit for athena widgets and motif which is simpler and better than interviews and you will enjoy technical support from bull via e mail it has a nice draw program it uses motif which can be used to create graphical front end to programs the data format is called streams which you can feed to your programs i ported gopath on an internet machine which is gone but if you use gcc with minimal effort gopath can be ported to bsd last but not least gopath interfaces to toolkits via a driver module they have an ms windows driver module for instance also many have written extensions to tk tcl thus allowing powerful applications for instance tcl nm has snmp extensions for tk tcl with ease i can now combine snmp network operations with graphs photo widget graphical interface file operations database operations etc the author of tcl nm mail me a simple network management application which was about lines long it displayed various environmental parameters from a router i wrote a simple strip chart script for displaying real time ip received packets seconds hope this helps amancio hasty this message brought to you by the letters x and s and the number amancio hasty home ftp site depository of all my work e mail hasty netcom com sunvis rtpnc epa gov pub bsd incoming
3,271
comp.windows.x
re screen problem in unix xwindows solaris shonkwiler r w ma rs prism gatech edu wrote experiment from a sun openwindows xterm window log into a solaris x machine using rlogin now do an ls and get the first character of each line display in the last column of the display with the rest of the line wrapped to the next line of the display log out and the condition persists check stty all try reset with no effect the condition happens when the tab is not set to spaces set and then check out suresh sivaprakasam department of computer science suny buffalo amherst ny internet sivap s cs buffalo edu bitnet sivap s sunybcs bitnet
3,272
comp.windows.x
re xdm decnet while i cannot answer questions about running xdm over a decnet i can say that the following defines must be added to the site def before building r before any x clients will work over a decnet from site def define connectionflags dtcpconn dunixconn ddnetconn define extralibraries ldnet hoping this helps george the opinions expressed are those of the author and in no way represent the opinions of the cuny graduate school its agencies or personnel mcc timessqr gc cuny edu cmcgc cunyvm bitnet the opinions expressed are those of the author and in no way represent the opinions of the cuny graduate school its agencies or personnel mcc timessqr gc cuny edu cmcgc cunyvm bitnet
3,273
comp.windows.x
x server for nt has anybody generated an x server for windows nt if so are you willing to share your config file and other tricks necessary to make it work thanks for any information bill steer westinghouse
3,274
comp.windows.x
now available xvertext now available xvertext summary xvertext provides you with four functions to draw strings at any angle in an x window previous versions were limited to vertical text rotation is still achieved using ximages but the notion of rotating a whole font first has been dropped what s new i ve added a cache which keeps a copy of previously rotated strings thus speeding up redraws where can i get it comp sources x soon export lcs mit edu contrib xvertext shar z now alan richardson you don t have to be school of maths physical sciences old to be wise univ of sussex brighton bn qh england judas priest uk mppa uk ac sussex syma elsewhere mppa syma sussex ac uk
3,275
comp.windows.x
xcursor xcursor version is now on export as xcursor tar z i ve added a new option to determine if a requested cursor size is ok of course your server may lie 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,276
comp.windows.x
bitplaned non chunky pixel cfb is there a pd version of cfb or other pd server stuff which has a colour frame buffer implementation which works in bitplaned mode i e where the screen memory is grouped so that bit of every pixel is here bit is there etc the only such beast i know if at the moment is the gfxbase server for the commodore amiga and it is commercial i don t know if they wrote their own cfb but i suspect they did please respond by email as i don t read this group many thanks dave david crooke department of computer science university of edinburgh janet dcc ed dcs internet dcc dcs ed ac uk ip talk dcc work jcmb rm king s bldgs w mains rd edinburgh eh jz home fl woodburn terr m side edinburgh eh st tel
3,277
comp.windows.x
xwd segmentation fault i was planning to use the following pipe to move some display data to a system that has a color hardcopy unit xwd xwud display hostname i had tested it with some simple windows like the openwindows file manager and it worked fine but when i tried it with a more complex larger image the xwd part blew up with a segmentation fault i tried it without the pipe by redirecting xwd s output to a file and then used the file as input to xwud and got the same error from xwud if i had to guess it seems like it s running out of memory but this happened on a sparc with megs meg swap space and only one user with minimal activity the file was about mb this verion of xwd xwud was supplied with the sun openwindows distribution which i believe corresponds to x r any ideas thanks in advance dave humes johns hopkins university applied physics laboratory humesdg aplcomm jhuapl edu
3,278
comp.windows.x
announcing tcpview a motif based tcp ip protocol analyzer tcpview is the result of several problems we had at uw we have several network general sniffers which are heavily used to help debug problems on several hundred subnets these are good tools but they are heavy hard to find when you need one limited in their software expandibility difficult to use to upload data for analysis cannot be remotely operated and cannot resolve names with dns requiring much manual manipulation of the name table we also sometimes use tcpdump but we found it too difficult for most people did not have enough information for many protocols could not be used interactively could not handle tcp streams and could not read sniffer files however tcpdump did do a reasonable job of decoding a large number of protocols and could be easily modified tcpview is an attempt to resolve these problems by adding a motif interface to tcpdump and expanding its features tcpview has been tested on a decstation and sun under ultrix and sunos respectively it should work on the same systems as tcpdump it compiles with cc and gcc on the dec and sun to build tcpview you will need motif or better the following files are available for anonymous ftp from ftp cac washington edu in pub networking tcpview tar z tcpview and tcpdump source code tcpview sun tar z sun binaries tcpview dec tar z dec mips ultrix binaries what tcpview adds to tcpdump easier interface enhanced protocol decoding hex display of frame capture based on time number of frames or user interrupt can show ethernet addresses with manufacturer s name ethernet address host table can easily follow a stream highlighting out of order frames can send tcp data to an external file or filter for additional processing changes to tcpdump new features now reads and writes network general sniffer files when used with r the file type will be automatically detected can now read in and use an snmp mib file the hex format has been changed new time options have been added options were added to allow viewing and processing of the data in tcp packets bugs were fixed in the relative tcp sequence numbers s flag new flags r read sniffer file not usually needed except for reading from stdin ttt prints delta times tttt prints times relative to the first frame w write a sniffer save file use with w x print frame minus link level header in hexdump format sample output jeff cac washington edu nic funet fi ftp s win a c c c f e p d b a d j e p n x print tcp data in hexdump format used with z z write tcp data to stdout use with t to eliminate timestamp z write frames and tcp data to stdout martin m hunt martinh cac washington edu networks distributed computing university of washington martin hunt martinh cac washington edu networks and distributed computing university of washington
3,279
comp.windows.x
how to see characterset from wchar t we developed a toolkit running on the x window system the toolkit copes with any languages based on x r s i n facility as you know there are kinds of i n implementation from mit s x r release xsi and ximp our original implementation of the toolkit uses xsi our toolkit manages each character s size based on our own font management system in order to do that the wchar t typed character strings must be decomposed to character sets this means that if one wchar t type compound string with ascii and kanji mixed for example is given each element of the wchar t array must be checked its corresponding character set based on a bit layout and application environment s locale in this case if the locale is japanese each wchar t character will be classified either to iso jisx or so we need a function to do this the function must check how many characters from the top are the same character set and what the character set is we could not find any public x r function to do that and inevitably used xsi s internal functions to construct that function the following is the source code of that function decomposecharacterset i n h this may look like c code but it is really c id i n h v iima exp iima ifndef i n h define i n h include x xlib h extern int decomposecharacterset const wchar t wc str in int wc len in char buf out int buflen in out int scanned len out char charset out extern xmstring wchartoxmstring const wchar t wc str extern xmstringcharset charsetofwchar const wchar t wc endif i n h i n cc id i n cc v iima exp include stdlib h include x xlibint h include xm xm h include i n h extern c include x wchar h define xwcdecomposeglyphcharset xxx xwcdecomposeglyphcharset define xmbfscs xxx xmbfscs define xmbctidtocsid xxx xmbctidtocsid include xlocaleint h undef xwcdecomposeglyphcharset undef xmbfscs undef xmbctidtocsid extern int xwcdecomposeglyphcharset xlocale const wchar t int char int int int extern charset xmbfscs xlocale csid extern csid xmbctidtocsid xlocale csid int decomposecharacterset const wchar t wc str in int wc len in char buf out int buf len in out int scanned len out char charset out xlocale xlocale xfallbackconvert int ctid int status charset xcharset status xwcdecomposeglyphcharset xlocale wc str wc len buf buf len scanned len ctid if status success xcharset xmbfscs xlocale xmbctidtocsid xlocale ctid charset xcharset xcharset cs name null else charset null return status an included file above xlocaleint h is also xsi internal and we copied the file to the toolkit directory and compiled a serious issue occured when we tried to compile a toolkit application on our hp machine with its os version of hp ux when we tried to link an application based on our toolkit link errors occured saying that the following functions are missing xmbctidtocsid code xmbfscs code xwcdecomposeglyphcharset code xfallbackconvert code we had used mit release version of x r and its xsi implementation until hp up and ran applications successfully one of the reasons to use xsi was that because hp did not release hp s x r until the os and we had no way to know how hp s r would be implemented we had hoped xsi s popularity and used its internal functions the hp s linker complains that there are no xsi internal functions implemented we observe from hp s libx a they used some ximp implementation but we are not sure if they used mit s vanilla ximp version or their own version of ximp and therefore finding just counter part functions in mit s ximp for xsi does not seem to lead us a solution my question and goal is to know how we can construct a function like decomposecharacterset listed above is there any function to check character set of each element of wchar t type strings depending on locales if it is a public function that is perfect but even if it is not we want to use any internal functions in hp s x r as we did for mit s r in order to render a wchar t type string there must be some machinery to judge character sets and that is how the proper fonts are selected for the string we have no way to find out that without any hp s x r source files we want to know how we can use that for our goal any help or comments would be highly appreciated i also appreciate if anyone tell me about ximp treating around this area even if it is not hp s implementation thank you takeshi inoue inoue crd yokogawa co jp yokogawa electric corporation open systems laboratory
3,280
comp.windows.x
re looking for a filemanager under x r in article apr atlastele com brians atlastele com brian sheets writes does anyone have a file manager that runs under unix x r xdtm is working looking at as is ftptool there really isn t anything of any quality that i ve seen though and i m seriously considering writing one on my own mike hopper acs virginia edu i will not raise taxes on the middle class unknown
3,281
comp.windows.x
installing mit x r on apollo can any apollo gurus out there let me know of their experiences building mit x r with or without gcc in particular is there anything i should watch out for thanks in advance tim tim liddelow for fork systems programmer centre of advanced technology in telecommunications my brain on a bad day citri melbourne australia internet tim kimba catt citri edu au phone fax
3,282
comp.windows.x
change default visual my hp workstation uses pseudocolor id x colors as the default visual how can i start x with different visual as default
3,283
comp.windows.x
x bitmap postscript hey folks on the course to develope a x window application we encountered a problem how could i transform a x window bitmap into a postscript files is there any library routines or source code i can call to do the job thank you in advance p s email reply please i seldom read this newsgroup
3,284
comp.windows.x
re forcing a window manager to accept specific coordinates for a window in article c xxq m cs columbia edu ethan cs columbia edu ethan solomita writes in article bading apr athene cs tu berlin de bading cs tu berlin de tobias doping bading writes i know that the mwm has an resource to specify if positions are to be used for the border of a window or for the user window maybe other window managers have similar options another way to figure out the difference between the user window position and the window manager decoration window position is to subtract their positions you just have to use xquerytree and remember that the window manager decorations window is the parent of your window unfortunately you can only figure out the decoration width and height after the window has been mapped this way another way would be to use getgeometry to find out where you are relative to the frame and translatecoordinates to find out where your window s upperleft corner really is as i ve said before there s no reliable way to find out the size of the window manager decoration if your window has been reparented you can t assume that the window you re parented to is the window that holds all of the window manager decoration there may be several layers of windows doing multiple xquerytree s until you get to the root will work in most cases but there s no guarantee that the outside decoration window is parented to the root window of the display tvtwm tom lastrange toml boulder parcplace com
3,285
comp.windows.x
real time data display tool hi i m looking for a x windows tool that can display data in a d plot in real time with a couple different signals anybody know of such a gem please email me as i do not read this group often thanks much eric slimko theslim caen engin umich edu
3,286
comp.windows.x
slider position of vertical scrollbars i need help positioning the slider of a list widget s horizontal scrollbar i am displaying the full path of a selected file in a list widget the horizontal s slider defaults to the left side of the list widget however i need the slider on the right side this is so the user can see the file name they selected i know it s possible because when files are displayed in a file selection dialog box the slider is on the right side thanking any and all who can help in advance rodney f clay clay cs scarolina edu
3,287
comp.windows.x
xrn xarchie for hp asap hi i need xrn and xarchie for the hp s version os either in the source form or preferably in executable form please suggest where i can find this send e mail to rao cse uta edu thanks in advance rao ssc
3,288
comp.windows.x
re asynchronous x windows in ellis nova ellis nova gmi edu r stewart ellis writes is there anyway to use x windows over an async line clearly you could use x it is x window no it isn t it is the x window system or x or x or any of a number of other designations accepted by the x consortium in fact doing man x on pretty much any x machine will tell you the x consortium requests that the following names be used when referring to this software x x window system x version x window system version x there is no such thing as x windows or x window despite the repeated misuse of the forms by the trade rags this probably tells you something about how much to trust the trade rags if they can t even get the name of the window system right why should one trust anything else they have to say with regard to dialup x implementations there are several you can buy serial x terminals from a couple of companies including both graphon and ncd in fact i m composing this from an ncd running x over serial lines across kbaud connection ncd also sells a software only package that provides xremote which is ncd s implementation of serial x for pc s there may be other such software packages available x r is supposed to include a standardized compression scheme for running x over low speed connections it s called low bandwidth x lbx and is based on improved versions of the techniques used in ncd s xremote it seems likely that once lbx is released as a consortium standard there will be several vendors willing to supply implementations for various sorts of hardware followups directed to comp windows x matt landau waiting for a flash of enlightenment matt centerline com in all this blood and thunder
3,289
comp.windows.x
re xsun not running on sparcclassic in article r th inndtp tom rz uni passau de rank winf uni passau de christian rank writes 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 i m just guessing here but i d guess that x r expects the cg to have x resolution and the version of the cg in the sparcclassic is x disclaimer i do not represent sunsoft inc sun microsystems inc etc etc brian herzog sunsoft herzog eng sun com sun eng herzog
3,290
comp.windows.x
tektronix i remember seeing something in the x distribution mentioning support for a tektronix terminal in an x server is this accurate mike hopper acs virginia edu i will not raise taxes on the middle class unknown
3,291
comp.windows.x
re tvtwm xsetroot x r and sparc keyboard barr pop psu edu david barr writes 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 fix the table in x r mit server ddx sun or use xmodmap put stty pass setenv lc ctype iso setenv lesscharset latin in your login the first prevents the stripping of bit the second sets the locale the third makes less show the character instead of the octal representation rj robert joop rj rainbow in berlin fokus gmd cs tu berlin de s joop ou fokus ou berlin p gmd a dbp c de
3,292
comp.windows.x
re x window for pc briefly starnet communications has four pc x server packages micro x lite includes integrated tcp ip runs in kb no arcs micro x enlite includes integrated tcp ip runs under dos shape extension interface to novell tcp ip micro x dos ea in a pack includes integrated tcp ip runs under dos shape extension interface to novell tcp ip ftp s pc tcp pc nfs micro x win ea in a pack includes lanera tcpopen tcp ip stack utilities interface to ftp s pc tcp sun s pc nfs winsock for more information contact starnet communications fax lawrence expressway voice santa clara ca e mail microx starnet com
3,293
comp.windows.x
how to get bit color with xview frames hi i am using xview on a sparc ipx under openwindows along with a xvideo board from parallax which enables me to use bit color i am having some problems utilizing the bit color and would greatly appreciate any help in this matter i use xview to create a frame and then create a canvas pane inside which i use to display live video my video input is bit color the problem is that my top level frame created as frame frame xv create null frame null seems to have a depth of which is propagated to my canvas i would like to know how i can set the depth of the frame to be bits i tried using the following xlib code xvisualinfo visual info int depth colormap colormap xsetwindowattributes attribs unsigned long valuemask window win xv opaque frame win xv get frame xv xid xmatchvisualinfo display screen depth truecolor visual info so far so good colormap xcreatecolormap display win visual info allocnone it dies here with a badmatch error attribs colormap colormap valuemask cwcolormap xchangewindowattributes display w valuemask attribs xsetwindowcolormap display win colormap am i using a completely wrong approach here is it possible to set the depth and colormap for a window created by xview what am i doing wrong thanks in advance for any help that i can get i would prefer a response via email although a post on the newsgroup is also okay thanks again alok alok mathur computer science engg case western reserve univ cleveland oh fairchild road cleveland oh off res email amathur alpha ces cwru edu
3,294
comp.windows.x
compiling x programs hi guys it has been a long time since i wrote a program using x i am trying to get myself re familiarize with x i would appreciate your help regarding the following problem i am trying to compile a simple x program on sun running sunos using cc o ex ex c lxaw lxmu lxt lxext lx lm i am getting an error ld undefined symbol get wmshellwidgetclass get applicationshellwidgetclass the simple program i tried to compile is given below include stdio h include x intrinsic h include x stringdefs h include x xaw form h main argc argv int argc char argv widget toplevel widget frame toplevel xtinitialize ex ex null argc argv frame xtcreatemanagedwidget form formwidgetclass toplevel null xtrealizewidget toplevel xtmainloop i got the same error when i tried to build xpostit using the imakefile provided with the software i have compiled x programs before not on this machine but on other machines running sunos and x r i did not get this error message can anybody tell me why i am getting these messages i would appreciate if you can email your responses to me at azn ruts ccc amdahl com thanks anand
3,295
comp.windows.x
re hypercard for unix queloz bernina ethz ch ronald queloz writes hi netlanders does anybody know if there is something like macintosh hypercard for any unix platform there are several products you might investigate if you ve got per seat and high end hardware gain momentum might be a good choice it isn t compatible with hypercard but has a similar architecture and way more functionality i don t have contact information but they were recently purchased by sybase who shouldn t be too hard to find if you re running news on sparc check out hyperlook hyperlook turing com it uses postscript as a scripting language which is good if you need to do lots of display oriented scripting but not so good for non programmers it was last i heard you might also look at our product metacard we re alpha testing direct importing of hypercard stacks we ve even made the test release available for anonymous ftp so we re obviously the closest in functionality metacard runs on most unix workstations and costs email to info metacard com for more details scott thanks in advance ron scott raney remember the better you look raney metacard com the more you ll see lidia
3,296
comp.windows.x
regression testing and x i d appreciate any feedback on capture playback tools for use with x clients i have pulled xtm from public domain but it appears to be set up to test x servers not x clients any comparisons comments on regression testing tools would be great particularly xtm xrunner autotester and sri s capbak smarts and exdiff megan grenenger megan cs uq oz au
3,297
comp.windows.x
re need shading program example in x i think the original post was searching for existing implementations of f i gouroud shading of triangles this is fairly complex to do with plain x simpler shading models are implemented already f i in x d ask archie where to get the latest version for gouroud a fast implementation will be possible utilizing some extension only either mit shm to do the shade in an image and fast update the window with it or pex opengl which should be able to shade themselves the portable vanilla x way would be to shade in a normal ximage and use xputimage what would be good enough to do static things as f i fractal landscapes or such stuff to speak about povray the x previewer that comes with the original source package is not that good especially in speed protocol friendlyness and icccm compliance have a look on x q my own preview code it is on pub gfx ray misc x q the readme states the points where it is better than xwindow c from povray the version i have is using the x q code instead of the default x windows code i have it currently running on a dec alpha running openvms axp and so far have been pretty impressed the only side effect of x q is that it requires xstdcmap best be run before it will work annoyning but not a show stopper 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,298
comp.windows.x
re tektronix i remember seeing something in the x distribution mentioning support for a tektronix terminal in an x server is this accurate xterm supports x emulation 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,299
comp.windows.x
allocated colors can anyone out there tell me how to get the total number of color cells allocated in the default colormap e g colormap defaultcolormap mydisplay myscreen the maximum number of allocated cells is given by defaultcells mydisplay myscreen but in general the number of cells actually allocated will be much less than this depending on the color requirements of the windows currently in place i d like a way to determine this number thanks in advance derek derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk