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  

|
April 25, 2013 01:41PM
you could try something like this:

Xvfb :1 -screen 0 800x800x24 &
# saves the PID of the Xvfb process so we can kill it when we're doen with afni
x11DisplayPID=$!

x11DisplayArgument="-display :1.0"

## then you can run afni like this
## replace $otherCommandsGoHere with the other commands you want afni to run

afni $x11DisplayArgument $otherCommandsGoHere

if [[ -n $displayPID ]] ; then
kill $x11DisplayPID
fi
Subject Author Posted

Plug Out Drive + Xvfb

Sharad Sikka April 25, 2013 12:45PM

Re: Plug Out Drive + Xvfb

Colm Connolly April 25, 2013 01:41PM

Re: Plug Out Drive + Xvfb

Isaac Schwabacher April 25, 2013 02:37PM

Re: Plug Out Drive + Xvfb

Daniel Glen April 26, 2013 12:46AM