So I am trying to use TKregister2 and I keep having this error pop up. I tried looking online for a solution. I tried adding export LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw the question asked several times but never any answer to the significance of it, but I am accessing the computer remotely. Any help that could be offered would be greatly appreciated.
Nicholas
Nicholas,
You probably encountered this page which describes your issue:
https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
And it seems you've already attempted the recommended solution. Unfortunately that is the only way I have ever solved this issue, but I do know it has worked for various people.
You are setting the environment variable on the server side, correct? If not its simply being unset when you ssh to the server. Try setting it manually on the command line right before calling the tkregister command.
-Zeke
On 11/06/2014 02:13 PM, Nicholas Heugel wrote:
So I am trying to use TKregister2 and I keep having this error pop up. I tried looking online for a solution. I tried adding export LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw the question asked several times but never any answer to the significance of it, but I am accessing the computer remotely. Any help that could be offered would be greatly appreciated.
Nicholas
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
I am using remote desktop connection, so I am putting it into the terminal on the Linux computer itself. Does the notation need to change at all if I am using TCSH and not BASH?
On Thu, Nov 6, 2014 at 1:36 PM, Z K zkaufman@nmr.mgh.harvard.edu wrote:
Nicholas,
You probably encountered this page which describes your issue:
https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
And it seems you've already attempted the recommended solution. Unfortunately that is the only way I have ever solved this issue, but I do know it has worked for various people.
You are setting the environment variable on the server side, correct? If not its simply being unset when you ssh to the server. Try setting it manually on the command line right before calling the tkregister command.
-Zeke
On 11/06/2014 02:13 PM, Nicholas Heugel wrote:
So I am trying to use TKregister2 and I keep having this error pop up. I tried looking online for a solution. I tried adding export LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw the question asked several times but never any answer to the significance of it, but I am accessing the computer remotely. Any help that could be offered would be greatly appreciated.
Nicholas
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
Well it should give an error if your not setting it correctly, but yes the syntax IS different for tcsh.
setenv LIBGL_ALWAYS_INDIRECT y
-Zeke
On 11/06/2014 02:46 PM, Nicholas Heugel wrote:
I am using remote desktop connection, so I am putting it into the terminal on the Linux computer itself. Does the notation need to change at all if I am using TCSH and not BASH?
On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu> wrote:
Nicholas, You probably encountered this page which describes your issue: https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting And it seems you've already attempted the recommended solution. Unfortunately that is the only way I have ever solved this issue, but I do know it has worked for various people. You are setting the environment variable on the server side, correct? If not its simply being unset when you ssh to the server. Try setting it manually on the command line right before calling the tkregister command. -Zeke On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > So I am trying to use TKregister2 and I keep having this error pop up. > I tried looking online for a solution. I tried adding export > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw > the question asked several times but never any answer to the > significance of it, but I am accessing the computer remotely. Any help > that could be offered would be greatly appreciated. > > Nicholas > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
So the system I am working on only recently was setup, is it possible the problem is that there is no LIBGL library on the system? What would the name of the folder for the library be? and where would I download libGL if it is not on the system?
On Thu, Nov 6, 2014 at 1:54 PM, Z K zkaufman@nmr.mgh.harvard.edu wrote:
Well it should give an error if your not setting it correctly, but yes the syntax IS different for tcsh.
setenv LIBGL_ALWAYS_INDIRECT y
-Zeke
On 11/06/2014 02:46 PM, Nicholas Heugel wrote:
I am using remote desktop connection, so I am putting it into the terminal on the Linux computer itself. Does the notation need to change at all if I am using TCSH and not BASH?
On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu> wrote:
Nicholas, You probably encountered this page which describes your issue:https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
And it seems you've already attempted the recommended solution. Unfortunately that is the only way I have ever solved this issue,but I
do know it has worked for various people. You are setting the environment variable on the server side,correct? If
not its simply being unset when you ssh to the server. Try setting it manually on the command line right before calling the tkregister command. -Zeke On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > So I am trying to use TKregister2 and I keep having this error pop up. > I tried looking online for a solution. I tried adding export > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. Isaw
> the question asked several times but never any answer to the > significance of it, but I am accessing the computer remotely. Any help > that could be offered would be greatly appreciated. > > Nicholas > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
If OpenGL was not installed you would get a completely different error. The error you are getting is a very specific error relating to a compatibility issue between Exceed OpenGL and Mesa GLX. In every instance that I am aware of, setting the environment variable below has solved the issue.
Please make absolutely sure it is being set properly before you call tkregister. Type the following before you call tkregister and make sure you get the correct output.
$> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2
-Zeke
On 11/06/2014 02:58 PM, Nicholas Heugel wrote:
So the system I am working on only recently was setup, is it possible the problem is that there is no LIBGL library on the system? What would the name of the folder for the library be? and where would I download libGL if it is not on the system?
On Thu, Nov 6, 2014 at 1:54 PM, Z K <zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu> wrote:
Well it should give an error if your not setting it correctly, but yes the syntax IS different for tcsh. setenv LIBGL_ALWAYS_INDIRECT y -Zeke On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > I am using remote desktop connection, so I am putting it into the > terminal on the Linux computer itself. Does the notation need to change > at all if I am using TCSH and not BASH? > > On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > Nicholas, > > You probably encountered this page which describes your issue: > > https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting > > And it seems you've already attempted the recommended solution. > Unfortunately that is the only way I have ever solved this issue, but I > do know it has worked for various people. > > You are setting the environment variable on the server side, correct? If > not its simply being unset when you ssh to the server. Try setting it > manually on the command line right before calling the tkregister > command. > > -Zeke > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > So I am trying to use TKregister2 and I keep having this error > pop up. > > I tried looking online for a solution. I tried adding export > > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw > > the question asked several times but never any answer to the > > significance of it, but I am accessing the computer remotely. > Any help > > that could be offered would be greatly appreciated. > > > > Nicholas > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > >https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > The information in this e-mail is intended only for the person to > whom it is > addressed. If you believe this e-mail was sent to you in error and > the e-mail > contains patient information, please contact the Partners Compliance > HelpLine at > http://www.partners.org/complianceline . If the e-mail was sent to > you in error > but does not contain patient information, please contact the sender > and properly > dispose of the e-mail. > > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
So I did what you suggested above, where I verified via the ECHO that the environmental variable was set properly, and it echoes back y. But when I run tkregister it still gives me the same error.
On Thu, Nov 6, 2014 at 2:23 PM, Z K zkaufman@nmr.mgh.harvard.edu wrote:
If OpenGL was not installed you would get a completely different error. The error you are getting is a very specific error relating to a compatibility issue between Exceed OpenGL and Mesa GLX. In every instance that I am aware of, setting the environment variable below has solved the issue.
Please make absolutely sure it is being set properly before you call tkregister. Type the following before you call tkregister and make sure you get the correct output.
$> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2
-Zeke
On 11/06/2014 02:58 PM, Nicholas Heugel wrote:
So the system I am working on only recently was setup, is it possible the problem is that there is no LIBGL library on the system? What would the name of the folder for the library be? and where would I download libGL if it is not on the system?
On Thu, Nov 6, 2014 at 1:54 PM, Z K <zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu> wrote:
Well it should give an error if your not setting it correctly, butyes
the syntax IS different for tcsh. setenv LIBGL_ALWAYS_INDIRECT y -Zeke On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > I am using remote desktop connection, so I am putting it into the > terminal on the Linux computer itself. Does the notation need tochange
> at all if I am using TCSH and not BASH? > > On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edumailto:zkaufman@nmr.mgh.harvard.edu
> <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > Nicholas, > > You probably encountered this page which describes your issue: > >https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
> > And it seems you've already attempted the recommendedsolution.
> Unfortunately that is the only way I have ever solved this issue, but I > do know it has worked for various people. > > You are setting the environment variable on the server side, correct? If > not its simply being unset when you ssh to the server. Try setting it > manually on the command line right before calling thetkregister
> command. > > -Zeke > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > So I am trying to use TKregister2 and I keep having thiserror
> pop up. > > I tried looking online for a solution. I tried addingexport
> > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw > > the question asked several times but never any answer tothe
> > significance of it, but I am accessing the computerremotely.
> Any help > > that could be offered would be greatly appreciated. > > > > Nicholas > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > >https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > The information in this e-mail is intended only for theperson to
> whom it is > addressed. If you believe this e-mail was sent to you in error and > the e-mail > contains patient information, please contact the Partners Compliance > HelpLine at > http://www.partners.org/complianceline . If the e-mail was sentto
> you in error > but does not contain patient information, please contact the sender > and properly > dispose of the e-mail. > > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
It was all done in the terminal one line at a time from what you had emailed me.
On Thu, Nov 6, 2014 at 2:31 PM, Nicholas Heugel nheugel89@gmail.com wrote:
So I did what you suggested above, where I verified via the ECHO that the environmental variable was set properly, and it echoes back y. But when I run tkregister it still gives me the same error.
On Thu, Nov 6, 2014 at 2:23 PM, Z K zkaufman@nmr.mgh.harvard.edu wrote:
If OpenGL was not installed you would get a completely different error. The error you are getting is a very specific error relating to a compatibility issue between Exceed OpenGL and Mesa GLX. In every instance that I am aware of, setting the environment variable below has solved the issue.
Please make absolutely sure it is being set properly before you call tkregister. Type the following before you call tkregister and make sure you get the correct output.
$> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2
-Zeke
On 11/06/2014 02:58 PM, Nicholas Heugel wrote:
So the system I am working on only recently was setup, is it possible the problem is that there is no LIBGL library on the system? What would the name of the folder for the library be? and where would I download libGL if it is not on the system?
On Thu, Nov 6, 2014 at 1:54 PM, Z K <zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu> wrote:
Well it should give an error if your not setting it correctly, butyes
the syntax IS different for tcsh. setenv LIBGL_ALWAYS_INDIRECT y -Zeke On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > I am using remote desktop connection, so I am putting it into the > terminal on the Linux computer itself. Does the notation need tochange
> at all if I am using TCSH and not BASH? > > On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edumailto:zkaufman@nmr.mgh.harvard.edu
> <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > Nicholas, > > You probably encountered this page which describes yourissue:
> >https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
> > And it seems you've already attempted the recommendedsolution.
> Unfortunately that is the only way I have ever solved this issue, but I > do know it has worked for various people. > > You are setting the environment variable on the server side, correct? If > not its simply being unset when you ssh to the server. Try setting it > manually on the command line right before calling thetkregister
> command. > > -Zeke > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > So I am trying to use TKregister2 and I keep having thiserror
> pop up. > > I tried looking online for a solution. I tried addingexport
> > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not help. I saw > > the question asked several times but never any answer tothe
> > significance of it, but I am accessing the computerremotely.
> Any help > > that could be offered would be greatly appreciated. > > > > Nicholas > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > >https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
> > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > The information in this e-mail is intended only for theperson to
> whom it is > addressed. If you believe this e-mail was sent to you in error and > the e-mail > contains patient information, please contact the Partners Compliance > HelpLine at > http://www.partners.org/complianceline . If the e-mail was sentto
> you in error > but does not contain patient information, please contact the sender > and properly > dispose of the e-mail. > > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Then I am sorry but there is nothing else I can suggest at this time. Getting various GUI based application to work and display properly over remote connections can sometimes be a difficult task given the all the variables involved. It is outside the scope of my ability to ensure this works for every possible configuration.
Are you sure you need the tkregister application? The various tktools within freesurfer are being more-or-less phased out and we are transitioning towards freeview, which contains nearly all the functionality of the various tktools combined into one application.
Will freeview open remotely?
-Zeke
On 11/06/2014 03:32 PM, Nicholas Heugel wrote:
It was all done in the terminal one line at a time from what you had emailed me.
On Thu, Nov 6, 2014 at 2:31 PM, Nicholas Heugel <nheugel89@gmail.com mailto:nheugel89@gmail.com> wrote:
So I did what you suggested above, where I verified via the ECHO that the environmental variable was set properly, and it echoes back y. But when I run tkregister it still gives me the same error. On Thu, Nov 6, 2014 at 2:23 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>> wrote: If OpenGL was not installed you would get a completely different error. The error you are getting is a very specific error relating to a compatibility issue between Exceed OpenGL and Mesa GLX. In every instance that I am aware of, setting the environment variable below has solved the issue. Please make absolutely sure it is being set properly before you call tkregister. Type the following before you call tkregister and make sure you get the correct output. $> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2 -Zeke On 11/06/2014 02:58 PM, Nicholas Heugel wrote: > So the system I am working on only recently was setup, is it possible > the problem is that there is no LIBGL library on the system? What would > the name of the folder for the library be? and where would I download > libGL if it is not on the system? > > On Thu, Nov 6, 2014 at 1:54 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > Well it should give an error if your not setting it correctly, but yes > the syntax IS different for tcsh. > > setenv LIBGL_ALWAYS_INDIRECT y > > -Zeke > > > > On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > > I am using remote desktop connection, so I am putting it into the > > terminal on the Linux computer itself. Does the notation need to change > > at all if I am using TCSH and not BASH? > > > > On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>> > > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>>> wrote: > > > > Nicholas, > > > > You probably encountered this page which describes your issue: > > > > > https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting > > > > And it seems you've already attempted the recommended solution. > > Unfortunately that is the only way I have ever solved this > issue, but I > > do know it has worked for various people. > > > > You are setting the environment variable on the server side, > correct? If > > not its simply being unset when you ssh to the server. Try > setting it > > manually on the command line right before calling the tkregister > > command. > > > > -Zeke > > > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > > So I am trying to use TKregister2 and I keep having this error > > pop up. > > > I tried looking online for a solution. I tried adding export > > > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not > help. I saw > > > the question asked several times but never any answer to the > > > significance of it, but I am accessing the computer remotely. > > Any help > > > that could be offered would be greatly appreciated. > > > > > > Nicholas > > > > > > > > > _______________________________________________ > > > Freesurfer mailing list > > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>>> > > >https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > _______________________________________________ > > Freesurfer mailing list > >Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > > The information in this e-mail is intended only for the person to > > whom it is > > addressed. If you believe this e-mail was sent to you in > error and > > the e-mail > > contains patient information, please contact the Partners > Compliance > > HelpLine at > > http://www.partners.org/complianceline . If the e-mail was sent to > > you in error > > but does not contain patient information, please contact the > sender > > and properly > > dispose of the e-mail. > > > > > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
I will look into free view. I screen share with the Linux cluster, so I should be able to install and run free view. Thanks for your assistance.
-----Original Message----- From: "Z K" zkaufman@nmr.mgh.harvard.edu Sent: 11/6/2014 3:45 PM To: "Freesurfer support list" freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] register: ### tkoInitwindow(name) failed error.
Then I am sorry but there is nothing else I can suggest at this time. Getting various GUI based application to work and display properly over remote connections can sometimes be a difficult task given the all the variables involved. It is outside the scope of my ability to ensure this works for every possible configuration.
Are you sure you need the tkregister application? The various tktools within freesurfer are being more-or-less phased out and we are transitioning towards freeview, which contains nearly all the functionality of the various tktools combined into one application.
Will freeview open remotely?
-Zeke
On 11/06/2014 03:32 PM, Nicholas Heugel wrote:
It was all done in the terminal one line at a time from what you had emailed me.
On Thu, Nov 6, 2014 at 2:31 PM, Nicholas Heugel <nheugel89@gmail.com mailto:nheugel89@gmail.com> wrote:
So I did what you suggested above, where I verified via the ECHO that the environmental variable was set properly, and it echoes back y. But when I run tkregister it still gives me the same error. On Thu, Nov 6, 2014 at 2:23 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>> wrote: If OpenGL was not installed you would get a completely different error. The error you are getting is a very specific error relating to a compatibility issue between Exceed OpenGL and Mesa GLX. In every instance that I am aware of, setting the environment variable below has solved the issue. Please make absolutely sure it is being set properly before you call tkregister. Type the following before you call tkregister and make sure you get the correct output. $> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2 -Zeke On 11/06/2014 02:58 PM, Nicholas Heugel wrote: > So the system I am working on only recently was setup, is it possible > the problem is that there is no LIBGL library on the system? What would > the name of the folder for the library be? and where would I download > libGL if it is not on the system? > > On Thu, Nov 6, 2014 at 1:54 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > Well it should give an error if your not setting it correctly, but yes > the syntax IS different for tcsh. > > setenv LIBGL_ALWAYS_INDIRECT y > > -Zeke > > > > On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > > I am using remote desktop connection, so I am putting it into the > > terminal on the Linux computer itself. Does the notation need to change > > at all if I am using TCSH and not BASH? > > > > On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>> > > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>>> wrote: > > > > Nicholas, > > > > You probably encountered this page which describes your issue: > > > > > https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting > > > > And it seems you've already attempted the recommended solution. > > Unfortunately that is the only way I have ever solved this > issue, but I > > do know it has worked for various people. > > > > You are setting the environment variable on the server side, > correct? If > > not its simply being unset when you ssh to the server. Try > setting it > > manually on the command line right before calling the tkregister > > command. > > > > -Zeke > > > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > > So I am trying to use TKregister2 and I keep having this error > > pop up. > > > I tried looking online for a solution. I tried adding export > > > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not > help. I saw > > > the question asked several times but never any answer to the > > > significance of it, but I am accessing the computer remotely. > > Any help > > > that could be offered would be greatly appreciated. > > > > > > Nicholas > > > > > > > > > _______________________________________________ > > > Freesurfer mailing list > > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>>> > > >https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > _______________________________________________ > > Freesurfer mailing list > >Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > > The information in this e-mail is intended only for the person to > > whom it is > > addressed. If you believe this e-mail was sent to you in > error and > > the e-mail > > contains patient information, please contact the Partners > Compliance > > HelpLine at > > http://www.partners.org/complianceline . If the e-mail was sent to > > you in error > > but does not contain patient information, please contact the > sender > > and properly > > dispose of the e-mail. > > > > > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
One last question, is freeview installed with Freesurfer? or is it an additional item I have to download and install?
On Thu, Nov 6, 2014 at 6:11 PM, Nicholas Heugel nheugel89@gmail.com wrote:
I will look into free view. I screen share with the Linux cluster, so I should be able to install and run free view. Thanks for your assistance.
From: Z K zkaufman@nmr.mgh.harvard.edu Sent: 11/6/2014 3:45 PM To: Freesurfer support list freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] register: ### tkoInitwindow(name) failed error.
Then I am sorry but there is nothing else I can suggest at this time. Getting various GUI based application to work and display properly over remote connections can sometimes be a difficult task given the all the variables involved. It is outside the scope of my ability to ensure this works for every possible configuration.
Are you sure you need the tkregister application? The various tktools within freesurfer are being more-or-less phased out and we are transitioning towards freeview, which contains nearly all the functionality of the various tktools combined into one application.
Will freeview open remotely?
-Zeke
On 11/06/2014 03:32 PM, Nicholas Heugel wrote:
It was all done in the terminal one line at a time from what you had emailed me.
On Thu, Nov 6, 2014 at 2:31 PM, Nicholas Heugel <nheugel89@gmail.com mailto:nheugel89@gmail.com> wrote:
So I did what you suggested above, where I verified via the ECHO that the environmental variable was set properly, and it echoes back y. But when I run tkregister it still gives me the same error. On Thu, Nov 6, 2014 at 2:23 PM, Z K <zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>> wrote: If OpenGL was not installed you would get a completely different error. The error you are getting is a very specific error relating to a compatibility issue between Exceed OpenGL and Mesa GLX. In every instance that I am aware of, setting the environment variable below has solved the issue. Please make absolutely sure it is being set properly before youcall
tkregister. Type the following before you call tkregister and make sure you get the correct output. $> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2 -Zeke On 11/06/2014 02:58 PM, Nicholas Heugel wrote: > So the system I am working on only recently was setup, is itpossible
> the problem is that there is no LIBGL library on the system?What would
> the name of the folder for the library be? and where would Idownload
> libGL if it is not on the system? > > On Thu, Nov 6, 2014 at 1:54 PM, Z K <zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu
> <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > Well it should give an error if your not setting itcorrectly, but yes
> the syntax IS different for tcsh. > > setenv LIBGL_ALWAYS_INDIRECT y > > -Zeke > > > > On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > > I am using remote desktop connection, so I am putting itinto the
> > terminal on the Linux computer itself. Does thenotation need to change
> > at all if I am using TCSH and not BASH? > > > > On Thu, Nov 6, 2014 at 1:36 PM, Z K <zkaufman@nmr.mgh.harvard.edu
<mailto:zkaufman@nmr.mgh.harvard.edu> <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>> > > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu> > <mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu>>>> wrote: > > > > Nicholas, > > > > You probably encountered this page which describes your issue: > > > > >https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
> > > > And it seems you've already attempted the recommended solution. > > Unfortunately that is the only way I have ever solved this > issue, but I > > do know it has worked for various people. > > > > You are setting the environment variable on the server side, > correct? If > > not its simply being unset when you ssh to the server. Try > setting it > > manually on the command line right before calling the tkregister > > command. > > > > -Zeke > > > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > > So I am trying to use TKregister2 and I keep having this error > > pop up. > > > I tried looking online for a solution. I tried adding export > > > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file but it did not > help. I saw > > > the question asked several times but never any answer to the > > > significance of it, but I am accessing the computer remotely. > > Any help > > > that could be offered would be greatlyappreciated.
> > > > > > Nicholas > > > > > > > > > _______________________________________________ > > > Freesurfer mailing list > > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>>> > > >https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
> > > > > _______________________________________________ > > Freesurfer mailing list > >Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > > The information in this e-mail is intended only for the person to > > whom it is > > addressed. If you believe this e-mail was sent to you in > error and > > the e-mail > > contains patient information, please contact the Partners > Compliance > > HelpLine at > > http://www.partners.org/complianceline . If the e-mail was sent to > > you in error > > but does not contain patient information, please contact the > sender > > and properly > > dispose of the e-mail. > > > > > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> <mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
it is installed with FreeSurfer
cheers Bruce On Fri, 7 Nov 2014, Nicholas Heugel wrote:
One last question, is freeview installed with Freesurfer? or is it an additional item I have to download and install?
On Thu, Nov 6, 2014 at 6:11 PM, Nicholas Heugel nheugel89@gmail.com wrote: I will look into free view. I screen share with the Linux cluster, so I should be able to install and run free view. Thanks for your assistance.
From: Z K Sent: 11/6/2014 3:45 PM To: Freesurfer support list Subject: Re: [Freesurfer] register: ### tkoInitwindow(name) failed error.
Then I am sorry but there is nothing else I can suggest at this time. Getting various GUI based application to work and display properly over remote connections can sometimes be a difficult task given the all the variables involved. It is outside the scope of my ability to ensure this works for every possible configuration.
Are you sure you need the tkregister application? The various tktools within freesurfer are being more-or-less phased out and we are transitioning towards freeview, which contains nearly all the functionality of the various tktools combined into one application.
Will freeview open remotely?
-Zeke
On 11/06/2014 03:32 PM, Nicholas Heugel wrote:
It was all done in the terminal one line at a time from what you had emailed me.
On Thu, Nov 6, 2014 at 2:31 PM, Nicholas Heugel <nheugel89@gmail.com mailto:nheugel89@gmail.com> wrote:
So I did what you suggested above, where I verified via the ECHO that the environmental variable was set properly, and it echoes
back
y. But when I run tkregister it still gives me the same error.
On Thu, Nov 6, 2014 at 2:23 PM, Z K
<zkaufman@nmr.mgh.harvard.edu
mailto:zkaufman@nmr.mgh.harvard.edu> wrote:
If OpenGL was not installed you would get a completely
different
error. The error you are getting is a very specific error relating
to a
compatibility issue between Exceed OpenGL and Mesa GLX. In
every
instance that I am aware of, setting the environment
variable
below has solved the issue.
Please make absolutely sure it is being set properly before
you call
tkregister. Type the following before you call tkregister
and
make sure you get the correct output.
$> setenv LIBGL_ALWAYS_INDIRECT y $> echo $LIBGL_ALWAYS_INDIRECT y $> tkregister2
-Zeke
On 11/06/2014 02:58 PM, Nicholas Heugel wrote: > So the system I am working on only recently was setup, is
it possible
> the problem is that there is no LIBGL library on the
system? What would
> the name of the folder for the library be? and where
would I download
> libGL if it is not on the system? > > On Thu, Nov 6, 2014 at 1:54 PM, Z K
<zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu
> <mailto:zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu>> wrote: > > Well it should give an error if your not setting it
correctly, but yes
> the syntax IS different for tcsh. > > setenv LIBGL_ALWAYS_INDIRECT y > > -Zeke > > > > On 11/06/2014 02:46 PM, Nicholas Heugel wrote: > > I am using remote desktop connection, so I am
putting it into the
> > terminal on the Linux computer itself. Does the
notation need to change
> > at all if I am using TCSH and not BASH? > > > > On Thu, Nov 6, 2014 at 1:36 PM, Z K
<zkaufman@nmr.mgh.harvard.edu
mailto:zkaufman@nmr.mgh.harvard.edu <mailto:zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu> > > <mailto:zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu > <mailto:zkaufman@nmr.mgh.harvard.edu mailto:zkaufman@nmr.mgh.harvard.edu>>> wrote: > > > > Nicholas, > > > > You probably encountered this page which
describes
your issue: > > > > >
https://surfer.nmr.mgh.harvard.edu/fswiki/freesurfer_GUIs_troubleshooting
> > > > And it seems you've already attempted the recommended solution. > > Unfortunately that is the only way I have ever solved this > issue, but I > > do know it has worked for various people. > > > > You are setting the environment variable on
the
server side, > correct? If > > not its simply being unset when you ssh to the server. Try > setting it > > manually on the command line right before
calling
the tkregister > > command. > > > > -Zeke > > > > On 11/06/2014 02:13 PM, Nicholas Heugel wrote: > > > So I am trying to use TKregister2 and I
keep
having this error > > pop up. > > > I tried looking online for a solution. I
tried
adding export > > > LIBGL_ALWAYS_INDIRECT=y to my .cshrc file
but
it did not > help. I saw > > > the question asked several times but never
any
answer to the > > > significance of it, but I am accessing the computer remotely. > > Any help > > > that could be offered would be greatly
appreciated.
> > > > > > Nicholas > > > > > > > > >
> > > Freesurfer mailing list > > > Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu> > > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > _______________________________________________ > > Freesurfer mailing list > >Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu> > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu>> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > > > > The information in this e-mail is intended
only
for the person to > > whom it is > > addressed. If you believe this e-mail was sent
to
you in > error and > > the e-mail > > contains patient information, please contact
the
Partners > Compliance > > HelpLine at > > http://www.partners.org/complianceline . If the
was sent to > > you in error > > but does not contain patient information,
please
contact the > sender > > and properly > > dispose of the e-mail. > > > > > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu > <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu> > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu> >
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
> > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu >
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
> _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu mailto:Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu