On Wed, Jul 25, 2001 at 11:04:43AM -0400, Dan Espen wrote: > > Sun had a habit of shipping various libraries and utilities in separate > > optional packages, so... Anyway, > > > > find / | egrep -i 'xinerama|panoramix' > > A find like that would run for months on our file systems,
For installed Solaris packages (assuming you haven't messed with the installation), you can run that grep on /var/sadm/install/contents. I find that to be incredibly useful. Nothing turns up in the filesystem, but /usr/openwin/bin% nm Xsun | grep -i xinerama [5176] | 702552| 60|FUNC |GLOB |0 |9 |ForceXineramaApiImport [1661] | 934356| 384|FUNC |LOCL |0 |9 |ProcXineramaGetInfo [1535] | 887704| 384|FUNC |LOCL |0 |9 |ProcXineramaInfo [4029] | 935088| 1648|FUNC |GLOB |0 |9 |XineramaGetImageData [4787] | 973208| 128|FUNC |GLOB |0 |9 |XineramaGetScreenList [5303] | 973336| 44|FUNC |GLOB |0 |9 |XineramaGetXIDList [3102] | 973160| 48|FUNC |GLOB |0 |9 |isXineramaScreen [1684] | 0| 0|FILE |LOCL |0 |ABS |xinerama_api.c /usr/openwin/lib% nm -A *.so | grep -i xinerama libXext.so: [428] | 80156| 404|FUNC |GLOB |0 |10 |XGetXineramaInfo libXext.so: [383] | 80576| 704|FUNC |GLOB |0 |10 |XineramaGetCenterHint libXext.so: [277] | 79688| 468|FUNC |GLOB |0 |10 |XineramaGetInfo libXext.so: [395] | 79616| 72|FUNC |GLOB |0 |10 |XineramaGetState libdga.so: [256] | 29548| 380|FUNC |GLOB |0 |10 |XDgaGetXineramaInfo Doesn't look like there are any mentions of it in any header files, though, so you'd have to provide the declarations yourself. HTH, Danek -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]