AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
September 22, 2021 12:46AM
WSL adds some complexity to the X11 installation, so I thought this might be heading in that directions. While other Ubuntu and Linux variations usually come with an X server built in, WSL doesn't quite yet. WSL comes in two versions - version 1 and version 2. Version 1 is easier to get going, but version 2 is a bit faster and also should work.

For an X server, you can use VcXsrv, mobaXterm, XWin32 and a few others. You need to start whichever XServer you use before you call the AFNI GUI or other X11 programs. With the more recent version 2 of WSL, the display occurs over a virtual network bridge on your own computer, and you have to set the DISPLAY variable.

export DISPLAY="$(/sbin/ip route | awk '/default/ { print $3 }'):0"

You can test with that just on the command line, but put that in your .bashrc file for long term use.

Note the developer version of WSL doesn't require any of this because it includes an X server. Unfortunately, it is very buggy and slow so far, and I can't recommend it yet. There are a few more details in this previous post:

[afni.nimh.nih.gov]
Subject Author Posted

error launching afni on new machine

jgowin September 21, 2021 02:12PM

Re: error launching afni on new machine

ptaylor September 21, 2021 02:16PM

Re: error launching afni on new machine

jgowin September 21, 2021 05:35PM

Re: error launching afni on new machine

ptaylor September 21, 2021 06:00PM

Re: error launching afni on new machine

rick reynolds September 21, 2021 03:33PM

Re: error launching afni on new machine

jgowin September 21, 2021 05:37PM

Re: error launching afni on new machine

Daniel Glen September 22, 2021 12:46AM

Re: error launching afni on new machine

jgowin September 24, 2021 11:01AM

Re: error launching afni on new machine

jgowin September 24, 2021 03:22PM

Re: error launching afni on new machine

Daniel Glen September 24, 2021 11:31PM