How to enable backing store in X11?

Hi !
I want to remotely login to my schools server (solaris) to do the projects. The environment variables dont match. and it asks me to enable backing store. Can some one please tell me how to do that in X11.app please..
Here is what I do to login
DISPLAY=localhost:0.0
export DISPLAY
ssh -Y [email protected]
password:
try to invoke the IC station Tool (Design Tool for Layouts )
Here is the error I get
ERROR: You may have an Error in your mgclocationmap entries.
Read Error messages carefully and correct any such problems.
Re-invoke application after problems are resolved.
Mentor Graphics software executing under Sun SPARC Solaris.
// Error: MGCLOCATIONMAP set to an invalid path. Unsetting it. (from: DDMS/DDMSCore/DDMSFILE 37)
// Note: starting to load custom userware (from: Uims/basetoolkit/ui_sessiontk 81)
// Note: Begin Loading userware for the Design Kit (from: Uims/basetoolkit/ui_sessiontk 81)
thanks
and bunch of more warnings
There is another warning I get in the beginning that tells me to Enable Backing store . By doing it it should solve the problem.
I have searched over the internet and I have found out that in X11 Backing store is not enabled by default and I have to edit some file and remove -bs from that file .
Can someone guide me how to do this?
I would really appreciate it .
Thanks
Viky

I suggest you ask your question here:
Forum: Mac OS X Technologies > Unix

Similar Messages

  • How to Enable backing store in X11.app

    Hi !
    I want to remotely login to my schools server (solaris) to do the projects. The environment variables dont match. and it asks me to enable backing store. Can some one please tell me how to do that please..
    thanks

    I suggest you ask your question here:
    Forum: Mac OS X Technologies > Unix

  • How to enable back ipad if on disabled mode?

    Anybody can help me on this , I forget my passcode. How to enable back my Ipad?

    If you've never synced then you won't have a backup on your computer and you will therefore lose all your content from the iPad. You need to connect your iPad to your computer's iTunes - see this page for a locked iPad : http://support.apple.com/kb/HT1212 . You may need to put the iPad into recovery mode first : http://support.apple.com/kb/ht1808

  • How to use backing store in JPanel?

    Below is a sketch of a class that extends JPanel. If I remove the variable "draw", the class works fine, except that the graphics drawing code is executed every time the parent window is fronted, resized, etc.
    I introduced the variable "draw" hoping that the call super.paintComponent(g) would use the backing store to refresh the display. Instead, the call simply erases the panel.
    How can I use the backing store?
    Thanks, for your help.
    public class DisplayPanel extends JPanel {
         boolean draw = true;
         public void paintComponent(Graphics g) {
             super.paintComponent(g);
             if (!draw)
                   return;
              // graphics drawing code here.
             draw = false;
         }

    Backing stores are only used on JViewpots. You will need to draw each time.

  • Xephyr / Xorg enabling backing store feature

    Hi,
    i used SunRay kiosk mode extention from
    http://blogs.sun.com/danielc/entry/meta_kiosk_how_to_run
    successful. I want to display a X11 application to dtu(s) using meta kiosk. The meta kiosk script uses Xephyr to display X11 application to dedicated dtu.
    Please see meta kiosk session script:
    # The next set are not true kiosks in the typical sense and cannot or do not
    # conform to the standard use of variables.
    run-X11-session () {
    DISPLAYNUM=0
    if [ -x /usr/X11/bin/Xephyr ]
    then
    # We are on Solaris X86, Xephyr should be vailable
    while [ $DISPLAYNUM -ne 256 ]
    do
    DISPLAYNUM=`expr $DISPLAYNUM + 1`
    --->>> /usr/X11/bin/Xephyr :$DISPLAYNUM -once -query $1 -fullscreen
    if [ $? -ne 1 ]
    then
    exit
    fi
    done
    else
    # We are on SPARC/Xnest should be available
    #You may have to execute this on your host...
    #chmod 04755 /usr/openwin/bin/Xnest
    SCREENGEOMETRY=`/opt/SUNWut/bin/utset | grep "Display Timing 1" | cut -f2 -d":" | cut -f1 -d@`
    while [ $DISPLAYNUM -ne 256 ]
    do
    DISPLAYNUM=`expr $DISPLAYNUM + 1`
    /usr/openwin/bin/Xnest -once -geometry $SCREENGEOMETRY -query $1 :$DISPLAYNUM
    if [ $? -ne 0 ]
    then
    exit
    fi
    done
    fi
    exit
    The X11 application that should be displayed uses "backing store" feature. I tried to activate "backing store" with "+bs" option. I modifed the script:
    while [ $DISPLAYNUM -ne 256 ]
    do
    DISPLAYNUM=`expr $DISPLAYNUM + 1`
    --->>> /usr/X11/bin/Xephyr :$DISPLAYNUM +bs -once -query $1 -fullscreen
    if [ $? -ne 1 ]
    then
    exit
    fi
    done
    In a second attempt i used "-wm" option, but the modification was not succesful again. So some X11 application windows are not filled with graphical information.
    Xephyr is part of the Xorg software.
    The Xorg packages used in Solaris 10 update 5 have version 1.3.0. Last available version is 1.6.0. Nevada build 106 uses 1.5.3 Xorg version. Perhaps I want to try this version to get rid of this error.
    Thanks for your help !
    Christian

    skottish wrote:
    Welcome to the forums.
    Please don't post general issues in this sub-forum. Moving...
    Oops, my bad.
    As for my issue(s), I'm not going to bother with the proprietary driver until AMD gets their act together.

  • How to enable backing bean

    Hi all,
    I want to enable backing bean for this type of input box. I know if i code this is the JSP page, i can enable the backing bean. But i want here, because the requirement is like this.
    Can anyone help me on this
    public void encodeBegin(FacesContext context) throws IOException {
    ResponseWriter writer = context.getResponseWriter();
    writer.startElement("div", this);
    public void encodeEnd(FacesContext context) throws IOException {
    ResponseWriter writer = context.getResponseWriter();
    +--- writer.startElement("input",this);
    | writer.writeAttribute("type","text","null");
    | writer.writeAttribute("name",getName(context,this),"ChildId");
    +-- writer.endElement("input");
    | writer.endElement("div");
    | }
    |
    |
    I want for this input text, backing bean has to be enabled.

    your render class should write the attribute name of your input text like this:
    writer.writeAttribute("name", (this.getClientId(context)),
    "clientId");

  • How to enable back the menu bar has been disable?

    I has been disable the menu bar. and i want to enable back
    == This happened ==
    Every time Firefox opened
    == when i disable the menu bar

    '''ALT V
    T
    M'''
    Be sure to do this in a blank tab.

  • How to enable back link in Km content for new folders.

    hi
    for publishing documents in portal... I have used  Km navigation iview.
    I have created new folders in my Km content..
    under  / doucuments....
    but the back  link was disabled for the folder which I  have created...
    pl suggest the solution.... to enable the' back' and' forword 'link...........
    Regards
    Gayathri Vuthukota

    Hi martin
    pl suggest how to use URL iview...
    since i will be using it as back link to the home page
    like wat are properties  need to be set
    wat is the layou for the page after including sap transaction  iview also..
    so that i have enguage thesap transaction iview and URl iview in the same page with, URL iview just to be used as back link...
    other wise pl tel me how  can we open the sap transaction  i ivew into a new blank window   when i click  my link(using quick link property)...
    i have  also set the property 
    Launch in New Window - Display in Separate Headerless Portal Window
    but still its not poping in seperate window...
    pl suggest me
    Regards Gayathri
    Edited by: gayathri vuthukota on Jan 5, 2009 10:35 AM

  • How to switch back stores

    so i just got back from traveling in us and in there I bought an iTunes gift card and switch to us store to redeem it there but it still left me with 0.47 dollars left but when I arrived at my home country it said you have to spend it all to switch store so can you guys solve this problem?

    Try contacting iTunes Support and ask them if they can remove the balance from your account so that you can change countries : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • HT4908 how do I enable back to my mac

    I'm not sure how to enable bac to my mac laptop. I'm not sure Icloud set up correctly.  I have a mac desktop and a mac laptop and would like to share information.  Having trouble with the icloud back to my mac set up.

    I am able to use Back to My Mac (BTMM) after obtaining an iCloud account.  To get both File Sharing and Screen Sharing to work between my Mac Mini and my Mac Pro (both running Lion 10.7.2), here is what I did:
    On both machines (or however many Macs you have), click on System Preferences --> Users & Groups 
    Make sure that the email address listed next to "Apple ID" is your iCloud ID (i.e. [email protected])
    Also go to System Preferences --> Sharing and make sure that File Sharing and Screen Sharing are both checked.
    After you have changed these settings on each Mac, start Finder.  Your shared Mac icon should be visible in the sidebar under Shared.  If not, go into the Finder Preferences and under the Sidebar tab, make sure Back to My Mac is checked under the Shared heading. 
    If you still have problems, try restarting both Macs.
    To use File Sharing, start Finder and click the icon for your shared Mac under Shared.  In the top right corner of the window, there is a button labeled, "Connect As..."  Click this and enter your iCloud ID and password.  To use Screen Sharing, click "Share Screen..." and enter the same information.
    I hope this helps,
    jjw

  • How can you enable back the Android native Menu button in AIR 2.7?

    I've noticed in AIR 2.7 for Android, that now the bottom icons in Android 3.0 Honeycomb are hidden (replaced by small dots) in AIR 2.7, whereas in AIR 2.6 they were always visible. That's cool. Since the bottom bar can never be hidden in Android 3, at least now those icons are less visible (unless you intentionally touch the bottom bar, then the icons show up for a few seconds).
    BUT I also noticed in AIR 2.7 compiled apps, the native "Menu" icon is not visible anymore, even after touching the bottom bar. In AIR 2.6 you could see and press that button (which can be captured from AIR so you can show a custom settings menu or whatever).
    So, quoting the subject --> How can you enable back the Android native Menu button in AIR 2.7?

    There is a work around and a reason for the menu issue.  Honeycomb doesn't natively support a menu softkey, it is only to support old apps comiled in phone API levels.  If you compile a Honeycomb app in 2.7 or 3.0, it is expected you manage the settings within the larger tablet UI framework.  See below link for more info and work around. 
    http://forums.adobe.com/message/3964792#3964792

  • HT5624 how to get back my "AAp store" application on Iphone 4....

    how to get back my "AAp store" application on Iphone 4....

    The App store app is a built in app and cannot be deleted. Try:
    Check settings to see if restrictions are turned on and/or if Installing apps is turned off (Settings app > General > Restrictions)
    Check all of your home screen (by swiping left to right), and folders to see if was inserted into one. (you can also use Spotlight search which will tell you if it is in a folder. Swipe down on the Home screen and type in "app Store")

  • I Want to delete my backing store? How gonna do that?

    I Want to delete my backing store? How gonna do that?

    If you mean backup you'll need to tell us how you backup, what do you use for backup.

  • How to Enable WRITE BACK

    Hi All,
    How to enable write back functionality in dashboards.
    I read thru the related posts.
    Do i need to create a write back xml templte ??
    Please let me know the steps how to enable write back ASAP.
    Thanks in Advance,
    Veena A

    Thanks Kishore,
    Please correct whether my understanding for Write Back is right !!!
    I have a table called say tbl_revenue.
    User needs to enter few values in some columns say col1,col2 and col3.
    do i need to create a physical table with the above columns and then map in the rpd accordingly.
    also i have enabled write back in connection pool.
    the xml that i have created is as below,
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WebCatalog" table="Revenue">
    <WebMessage Name = "Revenue_Reconcilation"
    <xml>
    <writeBack Connection Pool = "Revenue">
    <insert> INSERT into Revenue_physical (col1,col2,col3,col4) values (@{c1},@{c2},@{c3},@{c4}) </insert>
    <update> </update>
    </writeBack>
    </WebMessage></WebMessageTable></WebMessageTables>
    Revenue is the main table and i have created the physical table as Revenue_physical.
    Is this right???
    Thanks in advance
    Veena A

  • HT203163 I appear to have transferred to the US store and cannot find out how to get back to the UK store- can you help ?

    I have managed to get into the US store and cannot work out how to get back to the UK store - can you help?

    See  >  Change your iTunes Store country
    Here  >  http://support.apple.com/kb/HT1311
    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region = Change Country / Region

Maybe you are looking for