Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to implement Xvfb?
I would like to know if i can implemente the xvfb in uClinux in and nios plataform. I've tried to uncompress just like the install said, but the NiosII DSK shell send me a message like th...
Altera_Forum
Honored Contributor
21 years agoThere are plenty of sites out there that provide information about uncompressing .tgz files...
for starters, try: tar -zxf xvfb.tgz The -z means that the archive is compressed -x means extract the files from the archive -f means that the next argument is the filename to work with Good luck!