Enabling scalable fonts on Solaris 9

Hello,
We have Solaris 9 machine. On this X Sun is the X server. I want to enable -xft -xrender �xrandr option in Qt to get scalable fonts.
When I configure Qt with these options I am getting below error message from configure script.
NIS auto-detection... ()
Found nsl lib in /usr/lib
Found rpcsvc/ypclnt.h in /usr/include
Found rpcsvc/yp_prot.h in /usr/include
NIS enabled.
CUPS auto-detection... ()
CUPS disabled.
OpenGL auto-detection... ()
Found GLU lib in /usr/openwin/lib
Found GL lib in /usr/openwin/lib
Found Xmu lib in /usr/openwin/lib
Found GL/gl.h in /usr/openwin/include
Found GL/glu.h in /usr/openwin/include
OpenGL enabled.
Xcursor auto-detection... ()
Could not find Xcursor lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
Xcursor disabled.
XRandR auto-detection... ()
Could not find XRandR lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
XRandR disabled.
XRender auto-detection... ()
Could not find XRender lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
XRender disabled.
Session Management auto-detection... ()
Found X11/SM/SM.h in /usr/openwin/include
Session Management enabled.
XShape auto-detection... ()
Found X11/extensions/shape.h in /usr/openwin/include
XShape enabled.
Xinerama auto-detection... ()
Could not find Xinerama lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
Xinerama disabled.
XKB auto-detection... ()
Found X11/XKBlib.h in /usr/openwin/include
XkbSetPerClientControls found.
XKB enabled.
Required libraries for these options to get enabled are
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x415d6000)
libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x415de000)
libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x415e1000)
libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x415ea000)
libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x415ed000)
libfreetype.so.6 => /usr/X11R6/lib/libfreetype.so.6 (0x415fd000)
libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x41662000)
From where can I get these libraries? I tried installing XFree86 4.5.0 on this sun box. With that also it is giving the same error messages. Actually installation of XFree86 4.5.0 has solved this problem on linux (RedHat 7). Should I install these libraries separately on the existing sun machine? If yes, then what versions of these libs should be installed?
This is a very critical issue for me. Please help me in solving this problem�
Thanks and Regards,
Rupa.

Well, anything with "Demo" or "Source" in the title you can delete usually without any problems.
It looks like everything in your list is X11 related. Its really a question for you. If you plan to perform TOTAL CLI type administration on this machine, you can delete the X11 stuff completely. This of course assumes there in nothing in the SunONE application software suite which doesn't require X11 capabilities for configuration. I've never used the SunONE app server but I SERIOUSLY doubt it does. More then likely its administration is browser based.
BUT, if you want to perform some limited X11 display back stuff from time to time, you're going to need the X11 stuff.

Similar Messages

  • Adobe Illustrator CC has stopped working. Please enable Verdana font(s) and relaunch Illustrator?

    What do i do when a warning box says: Adobe Illustrator CC has stopped working. Please enable Verdana font(s) and relaunch Illustrator?

    Laust,
    I just managed to find these threads, see especially post #22 in the former, which solves a really subtle variation of it:
    "Verdana missing" bug in illustrator CC on Mac
    Can't open Illustrator CC. Dialogue box appears with " Adobe illustrator has stopped working. Please enable Verdana font(s) and relaunch illustrator.

  • How to enable a font family for SAPScript

    We want to enable a font family "JPMINCHO" so that we can use it in our SAPscript. When we are trying it from SAP Script font maintenance (SE73) is not allowing us to enable it. Our SAP version is ECC 6 on DB2. Can anyone suggest " how to enable a font family" from SE73 or anyother method for enabling it ?

    in SE71 only u can define ur font .
    if u want same font for whole paragraph go  to paragraph format.otherwise go for charactor format.
    down u ll see some tab like standard font tabs and outline
    for font family go clik on font and chose ur fotn family.

  • Problem with Enable scalable feature of XSLT processor

    Hi Gurus,
    I'm using BI Publisher 10.1.3.4.1. I've having a report, when running in a specific sequence (i.e. after running with XML dataset 1 then dataset 2), will yield an error. Here is the log I got in the xdo.log.
    [061411_110902953][][EXCEPTION] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:91)
         at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:256)
         at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:81)
         at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:678)
         at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:255)
         at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
         at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
         at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:86)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at oracle.xdo.parser.v2.FilePageManager.pageLength(FilePageManager.java:242)
         at oracle.xdo.comp.CXMLStream.ensureReadCapacity(CXMLStream.java:1543)
    Then I tried turning off "Enable scalable feature of XSLT processor" (under the FO Processing, default is ON) This error cannot be reproduced again (i.e. my report can run in whatever sequence without an error).
    Would anyone explain to me what actually is the difference between setting the "Enable scalable feature of XSLT processor" to true and false. I'll be running the same report template with thousands of pages in some cases and I'm anxious whether turning OFF the "scalable feature" will make the performance suffer.
    Thanks in advance,
    Jonathan

    Are you running Enterprise Edition? I believe flashback database is only available with Enterprise.

  • How to enable the iscsi in Solaris 10

    Dear All,
    Kindly help me,How to enable the iscsi in solaris 10,That box already running in solaris 9,Now we installed solaris 10,In that solaris box separate iscsi card in there,How to enable the iscsi card to access the NAS storage.
    Kindly sent any related PDF document to "[email protected]"
    Thanks in advance,.
    Regards,
    Venkatachalam.M

    Kindly answer the above question please.
    Regards,
    Venkatachalam.M

  • Illustrator cc will not startup (please enable verdana font)

    When I try to start illustrator cc if says "illustrator has stopped working, please enable verdana font/s and relaunch illustrator. but it keep saying the same thing even though font is running.

    Thanks for your answer, I do notice the I have verdana OTF running but not seeing a version for TTF anywhere. My reason for mentioning that is that Illustrator cs6 is running with OTF version loaded and Illustrator CC was running before.
    Anyway before I try this solution can you tell me where to place this font once I download it as I noticed that you you said no font management. Would that be McIntoch HD/System/Fonts or what?

  • How to install .ttf fonts in Solaris 10 x86 10/08 ?

    Hi,
    I have installed Solaris 10 x86 10/08 on my Pentium-II machine. It is working fine. I am using Java Desktop Session 3 (JDS3).
    I have to install a few true type fonts (.ttf) to the machine and make it accessible in the gnome-terminal. I have the font files, that is .ttf files, in my system, but they are not installed.
    Could you please give me the procedure to achieve this? Should I install any patches for this?
    Regards,
    Sreeram

    Hello Lubos Kocman,
    Thanks for your reply. I followed your suggestion and put the .ttf fonts in the /usr/X11/lib/X11/fonts/TrueType directory and rebooted the system.
    [Actually, you had mentioned to put them in /usr/X11/lib/X11/fonts/TTF directory. But I did not find the TTF directory. Instead I found TrueType directory and so I felt it appropriate to place them here.]
    But still I am unable to access and choose those fonts from my gnome-terminal's font list. Have I missed something? The same result was obtained when I placed the fonts in the ~/.fonts directory also. Please guide me if I am doing something wrong.
    How do we ensure that the system has recognised the fonts which have been installed newly? Any commands to confirm this? Are there any log files pertaining to fonts, where we can know whether the fonts were recognised by the system, and if not recognised, the reason for the same?
    Also, I would like to paste the contents of /etc/release of my system:
    Solaris 10 10/08 s10x_u6wos_07b X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 27 October 2008
    Should I install any patches to this version of Solaris 10 to get the .ttf fonts installed. As mentioned earlier, I am using Java Desktop System, Release 3 desktop.
    Kindly guide me in installing/accessing the .ttf fonts.
    Regards,
    Sreeram

  • How to enable FTP service in Solaris 10

    Hello, Everybody
    I installed my first Solaris 10 today, but I have a problem with FTP process, I found I could not ftp to my new server from other equipments. It seems that FTP service is disabled by default.
    Could you any guy tell me how to enable FTP in Solaris 10?
    Thanks in advance.
    -jason

    Since the OS is Solaris 10, how about using SMF's svcadm tool to enable/disable ftp service.
    eg.,
    # svcadm disable /network/ftp
    # ftp localhost
    ftp: connect to address 127.0.0.1: Connection refused
    Trying ::1...
    ftp: connect: Network is unreachable
    ftp> bye
    # svcadm enable /network/ftp
    # ftp localhost
    Connected to localhost.
    220 sunfire.anonymous.com FTP server ready.
    Name (localhost:giri): 331 Password required for giri.
    Password:

  • Fonts will not automatically enable in Font Book, fonts also will not load Adobe CS5 Indesign or Illustrator.

    Hello,
    My fonts stopped enabling automatically in font book, and do not load in Adobe Indesign CS5 or Illustrator CS5 when I use these programs.
    The font names are usually displayed in brackets such as [Times New Roman] in the drop down menu for fonts.
    So far I've found two different libraries for font, but I'm not sure about deleting them for fear of losing my fonts.
    Also where do I find the font cache? If I clear it, can I possibly get the fonts to enable themselves again.
    I'm using a 2006 Macbook Pro, and running Snow Leopard (Mac OSX 10.6.8).
    Thank you in advance for any help.

    ~Bee wrote:
    If you're going to use another person's wisdom here, […]
    […] It's considered good manner here. […]
    Thank you for your reply. I have a few comments of my own.
    (1) You, ~Bee, accused me of using "another person's wisdom here". In some quarters, this would be called plagiarism.
    If I were Oscar Wilde, I'd say that bad manners were a far more grievous sin than plagiarism. But I'm not. Good manners is one thing, and I'll be the first to admit that my manners can stand a considerable degree of improvement. Plagiarism is something quite different, and I deeply resent being accused of such an action.
    (2) In this recent thread
    <https://discussions.apple.com/thread/3648940?tstart=30>
    I see a Level 5 contributor doing precisely what I did. Yet, curiously enough, I see no guardian of good manners jumping up to chastise him for it. Am I to understand that this is a case of quod licet Jovi, non licet bovi? We're supposed to do what our betters say, not what our betters do? (Of course, I'm absolutely, positively sure that you, ~Bee, have never, ever, replied to a post simply with a link.)
    (3) In two recent threads, I've had occasion to direct OPs to the same web page
    <https://discussions.apple.com/message/17201779#17201779>
    <https://discussions.apple.com/message/17245704#17245704>
    In the former thread I wrote,
    You need to read Kurt Lang's paper on font management
    In the latter thread I wrote,
    Read Font Management in OS X, by Kurt Lang. The author is a frequent contributor to this forum.
    And you must be very well aware of this, because you posted yourself in the latter thread, not once, but thrice.
    Knowing this, I don't see how you could have had any reason to accuse me of "going to use another person's wisdom here".
    Knowing this, you could have made the charitable assumption that I was, possibly, in a bit of a hurry when I replied with nothing but a link, and act accordingly. (That, incidentally, would have been considered good manners in my part of the world.)
    Does that seem like too much trouble, ~Bee?

  • Installing japanese fonts on solaris 8 system

    Hi All
    I have installed the japanese locale on my sparc solaris system.
    If i type locale -a ,it gives all the available locale..
    But i dont know how to set up the japanese font on that system..
    if any body knows about this issue
    Thanks

    Hi.
    I carrier is AT&T but I downloaded EastAsian Language pack from Hong Kong CSL.
    When you complete the download, Go to "Start" - "My Computer" - "C:" - "Program Files" - "Common Files" - "Research In Motion" - "AppLoader" - delete "Vender.xml".Then, open the "Loader.exe" and connect Bold to PC.
    When you reach to "Device application selection" page, you will see "Japanese Romaji Input Method" Check "Japanese Romaji Input Method" under the "East Asian Language and Input Support" section.
    Please let me know if the above works for you.

  • Installing Adobe Type 1 Fonts on Solaris

    We want to install ocra fonts on a workstation running Solaris 10. Currently the fonts are installed in a Solaris 8 server in:
    /usr/openwin/lib/X11/fonts/Type1
    On the workstation, we ftp'd the files from the server to /tmp on the workstation. We ran /usr/dt/bin/sdtfontadm and tried to use it to install the fonts. When you select install, 'Go To' /tmp and click 'Choose,'
    we get a segmentation core dump. We have called this into Sun as a separate issue.
    So we tried the manual way as described in IDAutomation.com (Installing Fonts on UNIX for Oracle Reports) and Oracle (Doc ID: 171464.1)
    Both are pretty much the same. The following are the instructions:
    1) copy ocra.pfa to /usr/openwin/lib/X11/fonts/Type1/outline
    2) chown root:bin; chmod 644
    3) Create a link of the file to /usr/openwin/lib/X11/fonts/Type1
    4) Edit fonts.scale and add 1 to the number on top of the file.
    5) add the following line:
    ocra-pfa -adobe-ocra-medium-r-normal--0-0-0-0-p-0-iso8859-1
    6) Run: /usr/openwin/bin/mkfontdir
    7) Run: /usr/openwin/bin/xset fp rehash
    8) Verify the font installation using /usr/dt/bin/sdtfontadm
    When we run step 8, the font is there but the example tesxt is not OCR but courier.
    We tried reformatting the workstation (due to the core dump) and setting it up to default to en_iso8859-1.
    Can anyone help with this?
    Thanks!
    Frank

    Windows Type 1 fonts each consist of two files, a .pfb file containing the font itself and a .pfm file containing extended font metrics used for formatting text on the host computer. If you don't have both files for a particular font, the font is uninstallable and unusable. To install a Type 1 font on a Windows system, the .pfb and .pfm for the font should be in the same directory. Right click on the font and click on Install or Install as shortcut. Install copies the two files to the \Windows\Fonts directory and subsequently uses the font from that location. Install as shortcut uses the font from the location the files are currently located in with the caveat that you must keep those files in that location or else the fonts will no longer be accessible.
    If you actually attempted to install Adobe Type Manager on 32-bit Windows 7 (or later) system, you may have destroyed your system's ability to properly install and use Type 1 fonts at all. If this has happened, you may need to reinstall Windows! (If I recall correctly, the installer for ATM refuses to run at all on Windows 64-bit versions, sparing you the destruction of your Type 1 rendering!)
              - Dov

  • Installing fonts in Solaris 10 x86 10/08

    Hello,
    I request your help in solving an issue which I am facing.
    I installed Solaris 10 x86 version on my PC. Installation went on well.
    I opened a gnome-terminal to enter commands and issued few commands. However, the font did not match my taste. Hence, I downloaded my favourite font (.ttf format) and installed it.
    The installation steps were: Creation of .fonts directory in my $HOME. Copying the font (i.e. the luximr.ttf file) into that directory. Created the fonts.dir file. Issued the command xset fp+ ~/.fonts; and finally xset fp rehash command. Then I issued the command 'xlsfonts' to verify whether the font I installed was really recognised by the system. The output of the xlsfonts command showed the font which I had installed.
    Now, in the gnome-terminal's Edit -> profiles->Default->Edit section, I unselected the "Use system default font" and clicked on the button for selecting the font. But, in the menu of the fonts, I was not able to see the font which I had installed and so I was not able to select it. I tried logging-out and relogging-in, but still did not work. I tried rebooting the machine and then logging in. Even then, the list did not show the font which I had installed.
    How do I get the font to be displayed in the list for font selection? Am I missing any important step?
    Kindly suggest.
    With regards,
    Sreeram

    Hello Lubos Kocman,
    Thanks for your reply. I followed your suggestion and put the .ttf fonts in the /usr/X11/lib/X11/fonts/TrueType directory and rebooted the system.
    [Actually, you had mentioned to put them in /usr/X11/lib/X11/fonts/TTF directory. But I did not find the TTF directory. Instead I found TrueType directory and so I felt it appropriate to place them here.]
    But still I am unable to access and choose those fonts from my gnome-terminal's font list. Have I missed something? The same result was obtained when I placed the fonts in the ~/.fonts directory also. Please guide me if I am doing something wrong.
    How do we ensure that the system has recognised the fonts which have been installed newly? Any commands to confirm this? Are there any log files pertaining to fonts, where we can know whether the fonts were recognised by the system, and if not recognised, the reason for the same?
    Also, I would like to paste the contents of /etc/release of my system:
    Solaris 10 10/08 s10x_u6wos_07b X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 27 October 2008
    Should I install any patches to this version of Solaris 10 to get the .ttf fonts installed. As mentioned earlier, I am using Java Desktop System, Release 3 desktop.
    Kindly guide me in installing/accessing the .ttf fonts.
    Regards,
    Sreeram

  • Enabling Jumbo Frames in Solaris 10 with Intel NIC

    Hello all! I have a Solaris 10 machine with dual Intel NICs that I wish to enable jumbo frames on, but I am unable to find any clear guidance on how to do so. Could someone either provide guidance on this or point me in the proper direction?
    Thank you in advance!

    Hello all! I have a Solaris 10 machine with dual Intel NICs that I wish to enable jumbo frames on, but I am unable to find any clear guidance on how to do so. Could someone either provide guidance on this or point me in the proper direction?
    Thank you in advance!

  • Fonts in Solaris/Exceed/X-window(Maby standard fonts?)

    Hey
    I use Styled document where i set the font family to "Arial" and the size to 2*Scale(Scale = 1-10)
    when running this in windowsit works well, but on the Solaris/Exceed/X-window it dont. It have the same size all the time!
    Probely it is not even using "Arial".
    Is ther any standard fonts that i can scale?
    I have look in the Xconfig of the hummingbird/Exceed program and then fonts. there i find fonts like
    font db file
    100dpi
    latin1
    andrew
    and so on
    if i dubbel klick on one of them i get a list of fonts in diffrent sizes like this
    carb08
    carb10
    carb12
    carb14
    and so on.
    How could i solve my problem? shold i just choose a name like carb10 and switch it with the "Arial" in the code? and can i scale this fonts or do i have to choose the right font size to?
    //SnowJim

    Yes that would be great, but i am not able to install fonts on the solaris machine.
    Is there no other way? i dont have to use the sam font as in Windows, but a font that is scale able and as Arial as posible.
    //SnowJim

  • Is it possible to enable/disable font antialiasing ONLY in LO?

    I've got a question: Does the option marked in the picture with a red line work for you? I mean: Can you enable/disable LO font AA using this "tick" in Options/Libreoffice/View?
    I'm asking because in my case it changes absolutely nothing and I have no idea whether it's my "fault" or a common problem (bug?) in LO. Can I somehow figure that out? If so, then how can i do it?
    Last edited by Hwiparam (2014-11-07 13:34:34)

    drcouzelis wrote:Even so, I'm sure there's a way to force fontconfig to use special settings for just LibreOffice. (Although I have no idea how that's done.)
    Yesterday evening I did some googling, however with little result (actually no clear answer so far) If this option does not work for you as well, I think there is a problem with LO, not with my settings.
    Maybe some day I will find a way to use fontconfig for that, as you described Or I'll report a bug to the developers. But now I have little time to waste and I've already wasted it too much on this "problem" Thanks.

Maybe you are looking for

  • Payment Order Listing After Recording the Actual Payment via F-53

    Hi SAP Expert, i am using the payment order functionality in processing the automatic payment program in F110 and I manually clear the payment order in f-53.  My question is, is there a way to preserve the payment order number in the cleared document

  • Dispatcher stops while starting J2EE processes

    Hi All, While starting the instance the dispatcher stops while starting J2EE processes. The contents of <b>dev_ms</b> file are as follows: trc file: "dev_ms", trc level: 1, release: "700" [Thr 1260] Fri Aug 10 10:52:00 2007 [Thr 1260] MsSSetTrcLog: t

  • Rep-0076 Internal failure in Product Integration

    Hi I am getting an error rep-0076 "Internal failure in Product Integration" when I am running a report in Web. I call report using run_product(REPORTS, /* product name */ 'simp_comp.rdf', /* Reports document */ SYNCHRONOUS, /* communication mode */ R

  • "Batch NO SALEAB. and valuation type 1ST CHOICE are not the same"

    Hi MM guru, Please help me with the error message - "Batch NO SALEAB. and valuation type 1ST CHOICE are not the same" encountered during MB1b transaction. Thanks in advance, Iram

  • I lost my Old System now i got osx 10.5.8

    i bought this macbook from a about 2.5 years ago and while ago i want to delete and everything and restart my system after i use the original driver Cd i lost my old system and now i cant use any programs like imovie and garageband etc...so i got my