![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
How to take a screencast in xfce?
On linux i utilized recordmydesktop with the graphical user interface for gnome there is something similar in xfce? Is there some program with graphical interface? Last edited by aleunix; 2nd June 2008 at 12:31 PM. |
|
|||
|
If you mean a screenshot, see man xwd. The xwd program is part of X Window.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
|||
|
|
|
|||
|
http://xvidcap.sourceforge.net/ is an option, I believe others exist.. but you're not very clear about your requirements.
|
|
|||
|
I think i will use Xfce.
In pratice i would like recording a sequences of screenshots of my screen. |
|
||||
|
A screenshot is a still image. You were asking about screenshots in this thread, and have been given several answers already:
http://daemonforums.org/showthread.php?t=677 However, in this thread, I cannot tell if you are asking for video (motion picture) capture or if this is a duplicate of the other thread.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
I agree jggimi, he's confusing the heck out of me too..
|
|
|||
|
I would like a motion video capture of my screen.
|
|
||||
|
I'm not aware of any ports/packages that do that. As BSDfan666 pointed out, there is an application, xvidcap, that might be able to be ported. It is not in the ports tree.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
|
|
|||
|
Quote:
Some applications are useful, though not essential, so i asked which alternatives exist on this platform. When will be more practice with the environment, maybe I could achieve some package if the procedure is not too complex or long.
|
|
|||
|
Quote:
http://openports.se/ What packages are available for i386 can be found at the following: http://www.openbsd.org/4.3_packages/i386.html ...& of course, information on the packages/ports system can be found in Section 15 of the FAQ: http://openbsd.org/faq/faq15.html |
|
||||
|
Quote:
OpenBSD's culture is unlike any other OS's. The OpenBSD Project is resource constrained. You can ask on the ports@ mailing list if someone is working on a port for a specific application, but if not, you will have to do it yourself. The only reason a port gets added to the tree is that someone is interested in it, ports it, posts the new port on the ports@ mailing list, gets it tested, and gets it accepted.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Thanks for the first link.
![]() I had already seen the other two. |
|
|||
|
to compile recordmydesktop:
install libvorbis then unpack recordmydesktop. Run configure this way (using ksh) env CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -lm -logg -lvorbis -lossaudio" CPPFLAGS="-I/usr/local/include" ./configure --prefix=/usr/local --enable-oss (otherwise if you use bash you can omit "env") than modify both files "src/opendev.c" and "include/rmdtypes.h" change in both files the line #include <sys/soundcard.h> with the line #include <soundcard.h> and now: gmake gmake install to run recordmydesktop: recordmydesktop -device /dev/audio (or your device) let me know if this work.... |
|
|||
|
I have problem in the first step configure.
Note: In the screeen there is an error, xwd don't support other format. For the moment i have converted the image to post it using graphicsmagick. |
|
|||
|
mmm.... I assume that you installed the compiler when you installed openbsd (i.e. you have gcc)... that error could happen if you pass the configure a bad LDFLAGS. From your screenshot I can see only CPPFLAGS... did you pass also the other flags?
|
|
|||
|
another thing... from the screenshot it seems that you wrote CPPFLAGS="-l etc" ("l" like local) while it must be "-I etc" ("I" like INCLUDE)
|
|
|||
|
Thanks now i have this message:
Can't find libvorbis. But i have installed it on system. $pkg_info | grep libvorbis libvorbis-1.2.0 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HOWTO: Lightest XFCE - Making XFCE lighter and faster | vermaden | Guides | 27 | 2nd September 2010 12:24 PM |
| Thinkpad boot screen | Carpetsmoker | Off-Topic | 6 | 21st September 2009 05:11 PM |
| X - Virtual screen too big for memory | backrow | OpenBSD General | 1 | 4th July 2009 07:22 PM |
| xfce | darken | FreeBSD Ports and Packages | 4 | 31st July 2008 05:28 PM |
| screen casting via v4l | ddekok | Other BSD and UNIX/UNIX-like | 2 | 17th July 2008 03:27 PM |