Re: [VirtualGL-Users] VirtualGL without display manager

2017-01-26 Thread Faiz Abidi
Ah, yeah, that makes sense. Thanks! On Wed, Jan 25, 2017 at 2:49 PM, DRC wrote: > Without a display manager? Yes-- simply use startx to start a local > (server-side) X server on the GPU, then use `xhost +LOCAL:` to grant > access for that X server to the local machine (or share the XAuth token

Re: [VirtualGL-Users] VirtualGL without display manager

2017-01-25 Thread DRC
Without a display manager? Yes-- simply use startx to start a local (server-side) X server on the GPU, then use `xhost +LOCAL:` to grant access for that X server to the local machine (or share the XAuth token with other users who need to access it.) vglserver_config essentially automates the latt

[VirtualGL-Users] VirtualGL without display manager

2017-01-25 Thread Faiz Abidi
Hello VirtualGL Community, Quick question - anyone knows if I can get VirtualGL to work without a display manager like gdm installed? I did try, and though I can get xlogo to work, glxgears fails with "Could not open display :0". If anyone has any pointers on this, it would be helpful. Best, --