Sponsored Content
Full Discussion: X-Windows Free BSD
Operating Systems BSD X-Windows Free BSD Post 47094 by Dmitri-br on Monday 2nd of February 2004 08:29:12 PM
Old 02-02-2004
Question X-Windows Free BSD

so, i have a video card SIS s315 AGP and i can't cofigure X Free on free BSD to run X window.
Anybody can help me solve this problem??
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red hat or free BSD?

This is my first post here, so I thought Id make it good. I am building a webserver that will be up in a month or so, so I am starting now. I was wondering, since I am on the fence here, should I go with Red hat or BSD? I am comfortable with both, I can run apache on either one, but I am wondering... (4 Replies)
Discussion started by: advok8
4 Replies

2. UNIX for Dummies Questions & Answers

Free Bsd

i am installing FREEBSD and I would like to know which hardware specific network card that works and help with this would be great I am very new to this (UNIX) (1 Reply)
Discussion started by: BSD_NEWUSER
1 Replies

3. UNIX for Dummies Questions & Answers

Free BSD Display Properties?

I'm very new to UNIX and just istalled FreeBSD on my computer. I using the KDE desktop and the resolution is horrible. How do I adjust this. (3 Replies)
Discussion started by: mbrouder
3 Replies

4. BSD

Free BSD X window

Can anyone help me ? I have installed Free BSD several times and I can't get the X window to work . I have installed the ports Gnome and others but for some reason when I type start x doesn't work. I downloaded the 3 i386 disks but I get to install the first one wich complete the setup and... (3 Replies)
Discussion started by: skyhawkfly
3 Replies

5. UNIX for Dummies Questions & Answers

Hardware for UNIX/Free BSD

Hi! I'm planning to start to set up a Webserver. All software has to be freeware. I'm also planning to use Free BSD/UNIX for this project. Apache as Webserversystem and so on... Therefor I would like to have some info about what kind of hardware I need. I'm planning to buy a computer... (9 Replies)
Discussion started by: kargooliw
9 Replies

6. BSD

How to create IP table at Free BSD

Now, I had installed free bsd at my office. Unfortunitely, Email server have been using Local PoP3 and SMTP to our ISP with outlook. but my unix firewall sever ( free bsd ) didn't allow these port ( 110 & 25 ). How can i create the IP table to pass at server. If u have any experience about obvious... (4 Replies)
Discussion started by: Ashraff Ali
4 Replies

7. BSD

installing free BSD

Hello friends. I am new to Unix although i am very flexible to any programming language. i was a window user. Now, no more. I have decided myself to switch to unix. Here is my problem: I burned the free BSD into my new RW CD's. I inserted the bootable manager first then, it was scanning and... (5 Replies)
Discussion started by: bonjour2006
5 Replies

8. BSD

configuring ftp and nfs on free bsd

I have just installed freebsd on one of my computer in my apartment< Which IO intend to turn into a file and local mail server for my network. How does one install the ftp deamon in bsd. How does one configure nfs for shareing dfiles betwenn FreeBSD, Ubuntu (linux) and Mac OsX Leopard? Or... (1 Reply)
Discussion started by: FloridaBSD
1 Replies

9. BSD

USB mount of Free BSD

Hello all When I insert my USB , its says : umass0 detected . I want to ls files present in the USB. I tried mount -t msdosfs /dev/da0s1 /mnt Whats is dev/da0s1 ????? How can I mount it to use it ? Regards (3 Replies)
Discussion started by: Junaid Subhani
3 Replies
DVGRAB(1)						      General Commands Manual							 DVGRAB(1)

NAME
dvgrab -- Grab DV video and audio data via IEEE1394 links SYNOPSIS
dvgrab [--autosplit] [--card num] [--channel num] [--format fmt] [--frames num] [--help] [--testmode] [--timestamp] [--version] [base] DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, doc- umentation is provided online at http://www.schirmacher.de/arne/dvgrab/dvgrab_manual1_e.html. dvgrab is a program that captures DV video and audio data from digital camcorders via an IEEE1394 link. (IEEE1394 is also known under the various trademarks FireWire, i.Link, or Lynx.) The DV data is stored in one or several files and can later be processed by video editing software. dvgrab will NOT remote control the camcorder nor show the video's content on screen. The base argument is used to construct the filename to store video data in, like base_id.ext where id is a running number starting from 001 and ext is the file name extension specifying the file format used, e.g. avi. A different naming scheme is used whenever the --timestamp is given (see below). OPTIONS
--autosplit Try to detect whenever a new recording starts, and store it into a separate file. If used together with the --frames option, a new file will be started whenever the given frame count is reached. Autosplit is off by default. --card num Tells dvgrab to receive data from IEEE1394 card num. Defaults to 0, i. e. the first card found. --channel num Isochannel to receive data from. Defaults to 63, which is pretty much standard among DV camcorders these days. --format dv1 | dv2 | raw | test Specifies the format of the output file(s). dv1 and dv2 both are AVI files with slightly different DV codecs. While dv1 pro- duces smaller output, some applications won't grok it and require dv2 instead. raw stores the data unmodified. Some old Linux software can handle this format. Furthermore, you can trick the Windows QuickTime app into playing such files by renaming them to file extension .dv. test as the name suggests is used for testing purposes only. The output can be fed back into dvgrab using the --testmode option. Defaults to dv1 --frames num This option tells dvgrab to store at most num frames per file. The corresponding time depends on the video system used. PAL shows 25, NTSC about 30 frames per second. Defaults to no frame limit. AVI output, however, has an implicit limit on file size, causing AVI file to be split unconditionally when the grow near 1GB. --help Show summary of options. --testmode Read complete video transmission from a file. Used for development only. --timestamp Put information on date and time of recording into file name. --version Show version of program. EXAMPLES
dvgrab foo Captures video data from the default IEEE1394 source and stores it to files foo_001.avi, foo_002.avi, etc. dvgrab --frames 25 foo Assuming a PAL video source, this command records one second's worth of video data. dvgrab --autosplit --frames 750 --timestamp foo Records video data from the default IEEE1394 source, cuts it into chunks of 30 seconds (assuming PAL) and names the resulting files according to date and time info in the videostream. AUTHOR
This manual page was written by Daniel Kobras kobras@debian.org for the Debian GNU/Linux system (but may be used by others). It is heavily based on the online documentation at http://www.schirmacher.de/arne/dvgrab/dvgrab_manual1_e.html. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license can be found under /usr/share/common-licenses/FDL. DVGRAB(1)
All times are GMT -4. The time now is 06:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy