Use X vis SSH with a su'ed user
echo $DISPLAY
xauth list
Copy relevant line (one with the same display number)
sudo su rbaird
xauth add relevantLine
xauth list
Copy relevant line (one with the same display number)
sudo su rbaird
xauth add relevantLine
Comments