X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 12 May 2013 01:04 AM by  anon
IDL: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
12 May 2013 01:04 AM
    I use IDL 8.1 on ubuntu 12.04. This idl is running on server license and the desktop is connected to LAN. I usually keep the idl program running for overnight. But, there is no guarantee that the next morning I will find the idlde session still running and not closed down. The idlde workspace tends to close down with the following error in respective terminal window "IDL: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.". For the same set of codes and accessed file this may or may not happen. Kindly suggest where is the problem? and what is the way to avoid this from happening?

    Deleted User



    New Member


    Posts:
    New Member


    --
    13 May 2013 03:16 PM
    Hi Suruchigoel, This can be happening for a variaty of reasons that has to do mostly with the OS and/or the video card drivers: 1- If you are using the Unity desktop manager, can you change to something more standard like KDE? 2- Are you connect to the Ubuntu from a Windows machine? If so, try not using Xming, but instead try Reflection X or Cygwin. 3- Try using Software rendering mode instead. For example, from the Linux prompt you can start IDL like this: idlde -IDL_GR_X_RENDERER 1 or idl -IDL_GR_X_RENDERER 1 Or you can change this from inside IDL Workbench, by going to the Preferences -> IDL-> Graphics 4- The video card and/or the video driver version used: try updating the video card drivers if you can. 5- Another workaround for some users was to rename the IDL gl_drivers.so files: cd /usr/local/itt/idl81/bin/bin.linux.x86 mv gl_driver.so gl_driver_donotuse.so cd /usr/local/itt/idl81/bin/bin.linux.x86_64 mv gl_driver.so gl_driver_donotuse.so After doing that the problem should go away. Cheers, Fernando
    You are not authorized to post a reply.