From owner-freebsd-multimedia@FreeBSD.ORG Mon May 24 00:18:11 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CFBB16A4CE for ; Mon, 24 May 2004 00:18:11 -0700 (PDT) Received: from dave.horsfall.org (mrdavi2.lnk.telstra.net [139.130.75.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A51D43D2D for ; Mon, 24 May 2004 00:18:09 -0700 (PDT) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by dave.horsfall.org (8.11.4/8.11.4) with ESMTP id i4O7H1G11729 for ; Mon, 24 May 2004 17:17:02 +1000 (EST) Date: Mon, 24 May 2004 17:17:01 +1000 (EST) From: Dave Horsfall To: FreeBSD Multi-Media Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Sound help for compleat novice X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 07:18:11 -0000 Is there a simple "how to" guide for getting sound to work with FreeBSD? The handbook seems to concentrate on playing MP3 files and ripping CDs. I suppose I'd better start from the beginning... FreeBSD 4.10-BETA, Acer MX3-W Pro m/board. dmesg | grep pcm: pcm0: port 0xdc00-0xdc3f,0xd800-0xd8ff irq 9 at device 31.5 on pci0 pcm0: cat /dev/sndstat: FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd800, 0xdc00 irq 9 bufsz 16384 (1p/1r/0v channels duplex) mixer: Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 75:75 Mixer cd is currently set to 75:75 Mixer rec is currently set to 75:75 Mixer line1 is currently set to 75:75 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Mixer video is currently set to 75:75 The sound works just fine when playing CDs or MP3 files, but how does one record? Not knowing any better, I plugged the audio source into the mic input, and just did a "cat /dev/audio". What I seemed to end up with was a raw .AU file, which few programs can recognise (I tried SoX and Audacity). If I copy it back to /dev/audio, I hear the original, but I have a feeling that I'm missing something. So, is there a "better" way? I'd be looking to produce MP3 or WAV. -- Dave From owner-freebsd-multimedia@FreeBSD.ORG Mon May 24 12:22:19 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA6FF16A4CE for ; Mon, 24 May 2004 12:22:19 -0700 (PDT) Received: from web41204.mail.yahoo.com (web41204.mail.yahoo.com [66.218.93.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 96C7343D55 for ; Mon, 24 May 2004 12:22:19 -0700 (PDT) (envelope-from arne_woerner@yahoo.com) Message-ID: <20040524192204.9892.qmail@web41204.mail.yahoo.com> Received: from [83.129.163.209] by web41204.mail.yahoo.com via HTTP; Mon, 24 May 2004 12:22:04 PDT Date: Mon, 24 May 2004 12:22:04 -0700 (PDT) From: Arne "Wörner" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Sound help for compleat novice X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 19:22:19 -0000 > The sound works just fine when playing CDs or MP3 files, but how does one > record? Not knowing any better, I plugged the audio source into the > mic input, and just did a "cat /dev/audio". > > What I seemed to end up with was a raw .AU file, which few programs can > recognise (I tried SoX and Audacity). If I copy it back to /dev/audio, I > hear the original, but I have a feeling that I'm missing something. > > So, is there a "better" way? I'd be looking to produce MP3 or WAV. > I like esound's esdrec (after a `mixer =rec cd` or so). Then I pipe the output into vorbis-tools's oggenc: rtprio 10 /usr/local/bin/esdrec -r 44100 | rtprio 11 ./rdau | \ rtprio 30 /usr/local/bin/oggenc -R 44100 --resample 16000 \ -M 20 -C 2 -q -1 -Q - > au.ogg & (I developed rdau, which tracks and corrects the bytes per second, because it felt like esdrec produces slightly more or less than 44100 samples per second if you look at it over several hour (e. g. when one records tv movies)). vorbis-tools's ogg format is quite space-efficient (just like mp3), I think. The package "nas" should be able to convert raw audio data to wav audio data. -Arne __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ From owner-freebsd-multimedia@FreeBSD.ORG Tue May 25 19:02:22 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CBB16A4CF for ; Tue, 25 May 2004 19:02:22 -0700 (PDT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F7243D48 for ; Tue, 25 May 2004 19:02:22 -0700 (PDT) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-235-075.ec.rr.com [24.211.235.75]) i4Q22ALq019355 for ; Tue, 25 May 2004 22:02:11 -0400 (EDT) Message-ID: <40B3FBE9.9060900@ec.rr.com> Date: Tue, 25 May 2004 22:07:37 -0400 From: jason User-Agent: Mozilla Thunderbird 0.5 (X11/20040430) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: using a mic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 02:02:22 -0000 I have teamspeak and would like to talk with my friends on freebsd. Everything appears good but my mic is not recording, or teamspeak is not getting audio. Anyone outthere use there might with a voip that can tell me how they do it? Thanks, Jason Here's some info: $ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xc000, 0xb000 irq 12 bufsz 16384 kld snd_ich (1p/1r/0v channels duplex default) $ mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 68:80 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 100:100 Mixer cd is currently set to 75:75 Mixer rec is currently set to 80:80 Mixer ogain is currently set to 50:50 Mixer line1 is currently set to 75:75 Mixer phin is currently set to 100:100 Mixer phout is currently set to 0:0 Mixer video is currently set to 75:75 Recording source: mic From owner-freebsd-multimedia@FreeBSD.ORG Wed May 26 07:08:42 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC28C16A4CE for ; Wed, 26 May 2004 07:08:42 -0700 (PDT) Received: from web90104.mail.scd.yahoo.com (web90104.mail.scd.yahoo.com [66.218.94.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 94DCE43D41 for ; Wed, 26 May 2004 07:08:42 -0700 (PDT) (envelope-from urgaolong@yahoo.com) Message-ID: <20040526140706.71381.qmail@web90104.mail.scd.yahoo.com> Received: from [61.187.54.13] by web90104.mail.scd.yahoo.com via HTTP; Wed, 26 May 2004 15:07:06 BST Date: Wed, 26 May 2004 15:07:06 +0100 (BST) From: =?iso-8859-1?q?Gao=20Long?= To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: dancing with the daemon X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 14:08:42 -0000 I used the splash module which to splash a picture at boot time . As I am not so satisfied with it , I want to animate it : give it a movie at boot time. It need some extra work than just load the splash module . first , it need a cold boot timer , as the soft clock interrupt will not be scheduled at cold boot time . second , we need to load more than one pictures at boot time. and finally we have to start and stop it at any time we wanted. while , I am sure now I have proved it is pratical , I let the kernel execute the soft clock interrupt handler function at cold boot time . and splashed two different pictures at boot time , letting the daemon walked a little :) without any twinkled delay , even when not optimised now. There are still some things to do to accomplish it , it there any one who is already doing it ? Or could I get any kind of suggestions ? --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now From owner-freebsd-multimedia@FreeBSD.ORG Thu May 27 04:09:46 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A7716A4CE for ; Thu, 27 May 2004 04:09:46 -0700 (PDT) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7446843D48 for ; Thu, 27 May 2004 04:09:45 -0700 (PDT) (envelope-from steve@pepcross.dyndns.org) Received: from pepcross.dyndns.org ([82.33.89.176]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.5600); Thu, 27 May 2004 12:08:59 +0100 Received: (from steve@localhost) by pepcross.dyndns.org (8.12.10/8.12.10/Submit) id i4RB970N003503; Thu, 27 May 2004 12:09:07 +0100 (BST) (envelope-from steve) Date: Thu, 27 May 2004 12:09:07 +0100 From: Steve Roome To: Gao Long Message-ID: <20040527110907.GA3449@dylan.home> Mail-Followup-To: Steve Roome , Gao Long , freebsd-multimedia@freebsd.org References: <20040526140706.71381.qmail@web90104.mail.scd.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040526140706.71381.qmail@web90104.mail.scd.yahoo.com> User-Agent: Mutt/1.4.1i X-OriginalArrivalTime: 27 May 2004 11:09:00.0599 (UTC) FILETIME=[03549470:01C443DB] cc: freebsd-multimedia@freebsd.org Subject: Re: dancing with the daemon X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 11:09:46 -0000 On Wed, May 26, 2004 at 03:07:06PM +0100, Gao Long wrote: > There are still some things to do to accomplish it , it there any one who > > is already doing it ? Or could I get any kind of suggestions ? I wrote a syscons screensaver before by hacking up a new loadable module which drew what I wanted on the screen. It's asking for trouble though, surely this isn't stuff to put in the kernel, or even a module. A better approach would be to pull the damn modules out of the kernel and have one module that hands console output (vgl perhaps) to a userland program. If you can put up with a just after boot movie player then that would be far easier and more sensible than having an in kernel movie player. You could have a boot splash that says "Loading Movie Player", and then when everything is up and running go from there in userland. In my humble opinion etc. etc. Steve Roome From owner-freebsd-multimedia@FreeBSD.ORG Thu May 27 06:37:34 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF2016A4CE for ; Thu, 27 May 2004 06:37:34 -0700 (PDT) Received: from pgh.nepinc.com (pgh.nepinc.com [66.207.129.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B1C43D3F for ; Thu, 27 May 2004 06:37:31 -0700 (PDT) (envelope-from durham@jcdurham.com) Received: from dhcp156.pitt.nepinc.com (dhcp156.pitt.nepinc.com [192.100.100.156]) (authenticated bits=0) by pgh.nepinc.com (8.12.9p2/8.12.8) with ESMTP id i4RDa3Jj075853 for ; Thu, 27 May 2004 09:36:03 -0400 (EDT) (envelope-from durham@jcdurham.com) From: Jim Durham To: freebsd-multimedia@freebsd.org Date: Thu, 27 May 2004 09:36:02 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405270936.02701.durham@jcdurham.com> Subject: Radeon Multi-Headed displays X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 13:37:34 -0000 Hello, Has anyone been successful in getting a Radeon Mobility 9000 chipset to work multiheaded with X on FreeBSD? I have a Dell Inspiron 600M and I have X working nicely in "non-multiheaded" mode. I have tried everything in the man page, tried a couple of XF86Config files from folks who claim they work on their laptop, all to no avail. The external monitor works, but the laptop LCD screen stays blank unless you switch it manually using the function key, then the external monitor goes blank. When you switch back to the external monitor, it is in the loser resolution of the LCD (1025x768). Here is a typical try at the monitor/screen/server layout portion of my XF86Config file. Am I doing something really wrong or is this just broken? I am running X version 4.3.0 . BTW, I have tried options "DPMS" and "NoDDC", etc. -Jim # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Dell19" HorizSync 31.5 - 64.3 VertRefresh 60 EndSection Section "Monitor" Identifier "DellLCD" HorizSync 31.5 - 64.3 VertRefresh 60 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Radeon1" Driver "radeon" Option "AGPMode" "4" Screen 0 EndSection Section "Device" Identifier "Radeon2" Driver "radeon" Option "AGPMode" "4" Screen 1 EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Section "Screen" Identifier "ExternalScreen" Device "Radeon1" Monitor "Dell19" Option "DPMS" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "LCDScreen" Device "Radeon2" Monitor "DellLCD" Option "DPMS" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen 0 "ExternalScreen" Screen 1 "LCDScreen" LeftOf "ExternalScreen" Option "Xinerama" "on" Option "Clone" "off" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection From owner-freebsd-multimedia@FreeBSD.ORG Thu May 27 19:03:57 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF80816A4CE for ; Thu, 27 May 2004 19:03:57 -0700 (PDT) Received: from web90102.mail.scd.yahoo.com (web90102.mail.scd.yahoo.com [66.218.94.73]) by mx1.FreeBSD.org (Postfix) with SMTP id AF30943D48 for ; Thu, 27 May 2004 19:03:57 -0700 (PDT) (envelope-from urgaolong@yahoo.com) Message-ID: <20040528020203.52966.qmail@web90102.mail.scd.yahoo.com> Received: from [61.187.54.13] by web90102.mail.scd.yahoo.com via HTTP; Fri, 28 May 2004 03:02:03 BST Date: Fri, 28 May 2004 03:02:03 +0100 (BST) From: =?iso-8859-1?q?Gao=20Long?= To: Steve Roome In-Reply-To: <20040527110907.GA3449@dylan.home> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-multimedia@freebsd.org Subject: Re: dancing with the daemon X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 02:03:57 -0000 Steve Roome wrote: Thanks for your advice. You said the demo movie an os displays when it is completely up , that is a good manner of introducing the os itself. While I just want to show different pictures at a interval to move the scene at boot time , instead of just a still daemon standing on the screen . May be we can compare with the progressbar of the Windows 2000 or XP, except that my aim includes a more powerful feature of a arbitary animation. thanks for attention again. --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now From owner-freebsd-multimedia@FreeBSD.ORG Fri May 28 00:47:38 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF2C316A4CE for ; Fri, 28 May 2004 00:47:38 -0700 (PDT) Received: from ftp.ccrle.nec.de (ftp.netlab.nec.de [195.37.70.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE5D443D3F for ; Fri, 28 May 2004 00:47:37 -0700 (PDT) (envelope-from lars.eggert@netlab.nec.de) Received: from [10.1.1.31] (scout.netlab.nec.de [195.37.70.100]) by ftp.ccrle.nec.de (Postfix) with ESMTP id B57ECF674; Fri, 28 May 2004 09:52:20 +0200 (CEST) Message-ID: <40B6EE76.6000902@netlab.nec.de> Date: Fri, 28 May 2004 09:47:02 +0200 From: Lars Eggert Organization: NEC Network Labs User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stacy Millions References: <401B3B65.50807@millions.ca> In-Reply-To: <401B3B65.50807@millions.ca> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010507040500010707070507" cc: freebsd-multimedia@freebsd.org Subject: Re: freevo port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 07:47:39 -0000 This is a cryptographically signed message in MIME format. --------------ms010507040500010707070507 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Stacy, Stacy Millions wrote: > I took a shot at the freevo port to see if I could get it to work > my pvr350. This is on STABLE. I had two issues building the port: if you have a minute, would you test the new port for freevo-1.5p1 available under http://www.freebsd.org/cgi/query-pr.cgi?pr=59047? It works fine for me on -current, but I don't have a -stable box. If a comitter is reading this, the port is ready for inclusion into the tree (hint, hint.) Thanks, Lars -- Lars Eggert NEC Network Laboratories --------------ms010507040500010707070507 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJpzCC Ay4wggKXoAMCAQICAwxgMjANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNTI1MDkzMzI1WhcNMDUwNTI1MDkzMzI1 WjCBhDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVn Z2VydDEoMCYGCSqGSIb3DQEJARYZbGFycy5lZ2dlcnRAbmV0bGFiLm5lYy5kZTEiMCAGCSqG SIb3DQEJARYTbGFycy5lZ2dlcnRAZ214Lm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAOZzwtMq7PdeyIu/+Y0supueRB5zrYv3wbuEIhJqWdQegir1A/sM73oOkARiBoJP li4uVUxjvjCwmH6eRn5B3hszqmgIW0xTqk2NdHib5mwqiyxak7A5gOHIgZL1mD6WnkQOVsKk 6So06ByTWVt32O6CL6xu10+Z+J1qS7wKjJdyiftXZGIOt14rItxxTBwLTZQqcYs5T18xaISe T174hzikrH5JrdkdURj4JuBoZOXf50auOKzwCuRc9V7JLUollqCuDILlcBXr3rkg6hcLjpfw 2QqZqiHGLZ2U9fPiHOEp9+6W8sFpjZnP4rMUlw7EX9XfzWtXxu7R5mGHPwAbGfECAwEAAaNL MEkwOQYDVR0RBDIwMIEZbGFycy5lZ2dlcnRAbmV0bGFiLm5lYy5kZYETbGFycy5lZ2dlcnRA Z214Lm5ldDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAIp1bjSXy5QewXYYfLk0 2yVNpYvXutNp3Tpk58FiDuImzGqlY7G28u8HTc22xMD3cw4Rd6AAK+7TUywmlqkqnjCH/j6z tLu8AC4bOPxkiO2UFmYt9nnoxSgXA0XoUB2q4wzUUStA5V0NEaSbNyA2FrUF4hBrUZ7qEtry KV2TRNSCMIIDLjCCApegAwIBAgIDDGAyMA0GCSqGSIb3DQEBBAUAMGIxCzAJBgNVBAYTAlpB MSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3 dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNDA1MjUwOTMzMjVaFw0wNTA1 MjUwOTMzMjVaMIGEMQ8wDQYDVQQEEwZFZ2dlcnQxDTALBgNVBCoTBExhcnMxFDASBgNVBAMT C0xhcnMgRWdnZXJ0MSgwJgYJKoZIhvcNAQkBFhlsYXJzLmVnZ2VydEBuZXRsYWIubmVjLmRl MSIwIAYJKoZIhvcNAQkBFhNsYXJzLmVnZ2VydEBnbXgubmV0MIIBIjANBgkqhkiG9w0BAQEF AAOCAQ8AMIIBCgKCAQEA5nPC0yrs917Ii7/5jSy6m55EHnOti/fBu4QiEmpZ1B6CKvUD+wzv eg6QBGIGgk+WLi5VTGO+MLCYfp5GfkHeGzOqaAhbTFOqTY10eJvmbCqLLFqTsDmA4ciBkvWY PpaeRA5WwqTpKjToHJNZW3fY7oIvrG7XT5n4nWpLvAqMl3KJ+1dkYg63Xisi3HFMHAtNlCpx izlPXzFohJ5PXviHOKSsfkmt2R1RGPgm4Ghk5d/nRq44rPAK5Fz1XsktSiWWoK4MguVwFeve uSDqFwuOl/DZCpmqIcYtnZT18+Ic4Sn37pbywWmNmc/isxSXDsRf1d/Na1fG7tHmYYc/ABsZ 8QIDAQABo0swSTA5BgNVHREEMjAwgRlsYXJzLmVnZ2VydEBuZXRsYWIubmVjLmRlgRNsYXJz LmVnZ2VydEBnbXgubmV0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAinVuNJfL lB7Bdhh8uTTbJU2li9e602ndOmTnwWIO4ibMaqVjsbby7wdNzbbEwPdzDhF3oAAr7tNTLCaW qSqeMIf+PrO0u7wALhs4/GSI7ZQWZi32eejFKBcDRehQHarjDNRRK0DlXQ0RpJs3IDYWtQXi EGtRnuoS2vIpXZNE1IIwggM/MIICqKADAgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYD VQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAY BgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZp Y2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzAp BgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAw MDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENv bnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5o wHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuv PAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAe ZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0 hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDAL BgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4 MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6ot nzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V 2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC3CEZNd4ksdMdRv9dX2VPMYIDOzCCAzcCAQEwaTBi MQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEs MCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwxgMjAJBgUr DgMCGgUAoIIBpzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0w NDA1MjgwNzQ3MDJaMCMGCSqGSIb3DQEJBDEWBBQrt0+EfzIGW9HNUrLKtJLMxwue9jBSBgkq hkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIB QDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDB4BgkrBgEEAYI3EAQxazBpMGIxCzAJBgNVBAYT AlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDDGAyMHoGCyqGSIb3DQEJEAIL MWugaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkg THRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwxg MjANBgkqhkiG9w0BAQEFAASCAQB0SA50RnXmzrvyYboiwDWyyzqbgOwwyxhgDK40BriZbu37 +n/K1EA+Y90MXAf0WfUUFw2bWwNSMQ5GuSlcfD2XrSs8QqYSal8ByiaztF9X63xDKiupkF8F Hcwrv/EUQSR4m+2vRM2B3eh2VkPRk+wrBCqU8KTk2e6Sz0FCNcwE7hBpKtFO7PW6vdbfVuBr B58UdoE8NS8iDkbTEjj+XCg6LKb6ZhKJedo3fFzBMjcenZsovijXSMSC5b6Z/3g56TvzMDex 8T55/+KYWYjXyN/tGntt6uFYkuP//rUN+0TUoXd50GbYKgKjnE1BeGY6DKzU2mV4voRJx34G P11zjpzHAAAAAAAA --------------ms010507040500010707070507-- From owner-freebsd-multimedia@FreeBSD.ORG Fri May 28 13:04:00 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCBA16A4CE for ; Fri, 28 May 2004 13:04:00 -0700 (PDT) Received: from fidel.freesurf.fr (fidel.freesurf.fr [212.43.206.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0EB43D3F for ; Fri, 28 May 2004 13:03:59 -0700 (PDT) (envelope-from nsouch@free.fr) Received: from smtp.freesurf.fr (62-240-249-21.adsl.freesurf.fr [62.240.249.21]) by fidel.freesurf.fr (Postfix) with SMTP id F14912A5913 for ; Fri, 28 May 2004 22:03:54 +0200 (CEST) Received: (qmail 20862 invoked by uid 1001); 28 May 2004 22:16:09 -0000 Date: Fri, 28 May 2004 22:16:09 +0000 From: Nicolas Souchu To: Gao Long , freebsd-multimedia@freebsd.org Message-ID: <20040528221609.C20758@armor.freesurf.fr> References: <20040526140706.71381.qmail@web90104.mail.scd.yahoo.com> <20040527110907.GA3449@dylan.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20040527110907.GA3449@dylan.home>; from stephen_roome@pepcross.com on Thu, May 27, 2004 at 12:09:07PM +0100 cc: walkyrie@meloo.com Subject: Re: dancing with the daemon X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 20:04:00 -0000 On Thu, May 27, 2004 at 12:09:07PM +0100, Steve Roome wrote: > On Wed, May 26, 2004 at 03:07:06PM +0100, Gao Long wrote: > > There are still some things to do to accomplish it , it there any one who > > > > is already doing it ? Or could I get any kind of suggestions ? > > I wrote a syscons screensaver before by hacking up a new loadable module > which drew what I wanted on the screen. It's asking for trouble though, > surely this isn't stuff to put in the kernel, or even a module. > > A better approach would be to pull the damn modules out of the kernel > and have one module that hands console output (vgl perhaps) > to a userland program. > > If you can put up with a just after boot movie player then that would be > far easier and more sensible than having an in kernel movie player. > > You could have a boot splash that says "Loading Movie Player", and then > when everything is up and running go from there in userland. No keep it in the kernel for the very early boot! Look the screenshots at http://www.freebsd.org/~nsouch/kgi4BSD and be sure I'll do something with your code ;) -- Nicholas Souchu - nsouch@free.fr - nsouch@FreeBSD.org http://www.freebsd.org/~nsouch/kgi4BSD