User Tools

Site Tools


no_gpu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
no_gpu [2021/04/10 15:57]
badmin
no_gpu [2021/04/10 15:58]
badmin
Line 5: Line 5:
  
 To run binvox on a headless server instead you can install Xvfb (the X virtual frame buffer). To run binvox on a headless server instead you can install Xvfb (the X virtual frame buffer).
 +
 On CentOS, for example: ''​yum install xorg-x11-server-Xvfb''​ , then start a virtual screen: On CentOS, for example: ''​yum install xorg-x11-server-Xvfb''​ , then start a virtual screen:
 +
 ''​Xvfb :99 -screen 0 640x480x24 &''​ ''​Xvfb :99 -screen 0 640x480x24 &''​
  
Line 12: Line 14:
 After this you can run binvox. After this you can run binvox.
  
-**Note:** with newer versions of Xvfb and/or Mesa (I still have to figure out where the problem lies) it no longer seems to be possible to use "​pbuffers"​ on a virtual screen, so you won't be able to use the -pb option. :-( (also see this bug report). In this case, it may be that the Xvfb screen has to be large enough to support the size you're voxelizing at, please let me know your experiences with this. +**Note:** with newer versions of Xvfb and/or Mesa (I still have to figure out where the problem lies) it no longer seems to be possible to use "​pbuffers"​ on a virtual screen, so you won't be able to use the -pb option. :-( (also see this [[https://​gitlab.freedesktop.org/​xorg/​xserver/​-/​issues/​192%22|bug report]]). In this case, it may be that the Xvfb screen has to be large enough to support the size you're voxelizing at, please let me know your experiences with this. 
  
 (thanks to @vineet7kumar for figuring this out)  (thanks to @vineet7kumar for figuring this out) 
  
no_gpu.txt ยท Last modified: 2021/04/10 15:59 by badmin