<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
  <channel>
    <title>DLFP - Entrées de forums de nelis</title>
    <link>http://linuxfr.org/~nelis/</link>
     
    <description>LinuxFr</description>
    <language>fr</language>
    <image>
      <title>DLFP - Entrées de forums de nelis</title>
      <link>http://linuxfr.org/~nelis/</link>
      <url>http://linuxfr.org/images/favicon.png</url>
    </image>
    <ttl>30</ttl>
    

    <item>
      <title>Python, vidéo et DVD</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Mon, 03 Oct 2005 12:42:42 +0200</pubDate>
      <link>http://linuxfr.org/forums/29/11859.html</link>
      <guid>http://linuxfr.org/forums/29/11859.html</guid>
      <category>python</category>
      <description>Est-ce que vous connaissez des bibliothèques pour lire / encoder des vidéos au format DVD en Python ?&lt;br /&gt;
&lt;br /&gt;
J'aimerais faire un logiciel qui permet de créer de manière simple des DVD à partir de un ou plusieurs MPEG2</description>
    </item>
    <item>
      <title>Images pour mon blog</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Wed, 30 Mar 2005 09:24:22 +0200</pubDate>
      <link>http://linuxfr.org/forums/12/7781.html</link>
      <guid>http://linuxfr.org/forums/12/7781.html</guid>
      <category>general</category>
      <description>Salut,&lt;br /&gt;
&lt;br /&gt;
Je cherche un graphiste qui pourrait faire quelques images pour mon blog. Les images seront sont licence CC by-sa (libres donc), et bien entendu l'auteur sera rémunéré (même si mes moyens ne sont pas énormes) ;o)&lt;br /&gt;
&lt;br /&gt;
Y'a-t-il des amateurs ?</description>
    </item>
    <item>
      <title>Problème de positionnement CSS</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Tue, 01 Mar 2005 14:01:41 +0100</pubDate>
      <link>http://linuxfr.org/forums/32/7146.html</link>
      <guid>http://linuxfr.org/forums/32/7146.html</guid>
      <category>web</category>
      <description>Bonjour,&lt;br /&gt;
&lt;br /&gt;
J'ai un code HTML comme ceci (j'ai remplacé les ouvertures et fermetures de balises par []) :&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
[?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?]&lt;br /&gt;
[!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;&lt;br /&gt;
&quot;&lt;a href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd(...)&lt;/a&gt;&quot;]&lt;br /&gt;
[html xmlns=&quot;&lt;a href=&quot;http://www.w3.org/1999/xhtml&quot;&gt;http://www.w3.org/1999/xhtml(...)&lt;/a&gt;&quot; xml:lang=&quot;fr&quot; lang=&quot;fr&quot;]&lt;br /&gt;
[head]&lt;br /&gt;
	[meta http-equiv=&quot;Content-Type&quot;	content=&quot;text/html; charset=UTF-8&quot; /]&lt;br /&gt;
	[meta name=&quot;MSSmartTagsPreventParsing&quot; content=&quot;TRUE&quot; /]&lt;br /&gt;
	[title]Test[/title]&lt;br /&gt;
	[link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;test.css&quot; media=&quot;screen&quot; /]&lt;br /&gt;
[/head]&lt;br /&gt;
&lt;br /&gt;
[body]&lt;br /&gt;
	[div id=&quot;leftPane&quot;]&lt;br /&gt;
		[div id=&quot;search&quot; class=&quot;innerPane&quot;]&lt;br /&gt;
			[form]&lt;br /&gt;
				[p]Search Product[br/]&lt;br /&gt;
				[input type=&quot;text&quot;][/p]			&lt;br /&gt;
			[/form]&lt;br /&gt;
		[/div]&lt;br /&gt;
		[div id=&quot;menu&quot; class=&quot;innerPane&quot;]&lt;br /&gt;
			[ul]&lt;br /&gt;
				[li]Home[/li]&lt;br /&gt;
				[li]Lien 1[/li]&lt;br /&gt;
				[li]Lien 2[/li]			&lt;br /&gt;
			[/ul]&lt;br /&gt;
		[/div]&lt;br /&gt;
		[div id=&quot;catalog&quot; class=&quot;innerPane&quot;]&lt;br /&gt;
			[ul]&lt;br /&gt;
				[li]UN[/li]&lt;br /&gt;
				[li]DEUX[/li]&lt;br /&gt;
				[li]TROIS[/li]			&lt;br /&gt;
			[/ul]&lt;br /&gt;
		[/div]&lt;br /&gt;
	[/div]&lt;br /&gt;
	[div id=&quot;rightPane&quot;]&lt;br /&gt;
		[div id=&quot;navigation&quot;]&lt;br /&gt;
		Home ] Test&lt;br /&gt;
		[/div]&lt;br /&gt;
		[div id=&quot;content&quot;]&lt;br /&gt;
		[p]abc[/p]&lt;br /&gt;
		[/div]&lt;br /&gt;
	[/div]&lt;br /&gt;
[/body]&lt;br /&gt;
[/html]&lt;br /&gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
J'aimerais que la page s'affiche de cette manière :&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
___________________________________________________________________&lt;br /&gt;
|.................|..............................................|&lt;br /&gt;
|....leftPane......|............rightPane...........................|&lt;br /&gt;
|.................|..............................................|&lt;br /&gt;
|.................|..............................................|&lt;br /&gt;
|.................|..............................................|&lt;br /&gt;
|.................|..............................................|&lt;br /&gt;
|.................|..............................................|&lt;br /&gt;
|_________________________________________________________________|&lt;br /&gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Bref, rien de bien compliqué ...&lt;br /&gt;
&lt;br /&gt;
Je n'arrive pas à trouver comment positionner ça convenablement pour que leftPane et rightPane aient la même hauteur, et qu'ils s'enchainent correctement de gauche à droite ...&lt;br /&gt;
&lt;br /&gt;
Si quelqu'un a la solution ... (j'ai joué des heures avec les positions absolute, relative et float sans succès)&lt;br /&gt;
&lt;br /&gt;
Merci ...</description>
    </item>
    <item>
      <title>Xine et DVD cryptés</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Tue, 20 Jul 2004 12:12:20 +0200</pubDate>
      <link>http://linuxfr.org/forums/10/2546.html</link>
      <guid>http://linuxfr.org/forums/10/2546.html</guid>
      <category>general</category>
      <description>Salut,&lt;br /&gt;
&lt;br /&gt;
Je suis un peu paumé : j'essaie en vain de faire lire à xine v0.9.8 des DVD. A tout les coups j'ai ce message:&lt;br /&gt;
&lt;br /&gt;
input_dvd: Sorry, xine doesn't play encrypted DVDs. The legal status of CSS&lt;br /&gt;
           decryption is unclear and we will not provide such code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
J'ai installé tous les packages nécessaires (libdvdread, libdvdcss, ...) mais rien n'y fait ...&lt;br /&gt;
&lt;br /&gt;
Je tourne sur une KnoppMyth (basé sur Knoppix)&lt;br /&gt;
&lt;br /&gt;
Si quelqu'un pouvait m'aider ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voici la trace complète :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is xine (X11 gui) - a free video player v0.9.8&lt;br /&gt;
(c) 2000, 2001 by G. Bartsch and the xine project team.&lt;br /&gt;
Built with xine library 0.9.8 [Sat 19 Jan 2002 22:24:54]-[gcc version 2.95.4  (Debian prerelease)]-[Linux 2.4.18pre2 i686].&lt;br /&gt;
Found xine library version: 0.9.8 (0.9.8).&lt;br /&gt;
Display is not using Xinerama.&lt;br /&gt;
video_out_xv: using Xv port 56 from adaptor SIS 300/310/325 series Video Overlay for hardware colorspace conversion and scaling.&lt;br /&gt;
video_out_xv: port attribute XV_COLORKEY value is 66046&lt;br /&gt;
video_out_xv: port attribute XV_BRIGHTNESS value is 0&lt;br /&gt;
video_out_xv: port attribute XV_CONTRAST value is 4&lt;br /&gt;
video_out_xv: port attribute XV_SATURATION value is 0&lt;br /&gt;
video_out_xv: port attribute XV_HUE value is 0&lt;br /&gt;
video_out_xv: port attribute XV_AUTOPAINT_COLORKEY value is 1&lt;br /&gt;
video_out_xv: this adaptor supports the yuy2 format.&lt;br /&gt;
video_out_xv: this adaptor supports the yv12 format.&lt;br /&gt;
load_plugins: video output plugin Xv successfully loaded.&lt;br /&gt;
audio_alsa_out : supported modes are mono stereo (4-channel not enabled in xine config) (5-channel not enabled in xine config) (5.1-channel not enabled in xine config) (a/52 and DTS pass-through not enabled in xine config)&lt;br /&gt;
load_plugins: audio output plugin alsa09 successfully loaded.&lt;br /&gt;
xine_init entered&lt;br /&gt;
xine: using SSE optimized memcpy()&lt;br /&gt;
load_plugins: input plugin found : CDA&lt;br /&gt;
load_plugins: input plugin found : DVD&lt;br /&gt;
load_plugins: input plugin found : file&lt;br /&gt;
load_plugins: input plugin found : HTTP&lt;br /&gt;
load_plugins: input plugin found : TCP&lt;br /&gt;
load_plugins: input plugin found : RTP&lt;br /&gt;
load_plugins: input plugin found : stdin_fifo&lt;br /&gt;
load_plugins: input plugin found : VCD&lt;br /&gt;
load_plugins: input plugin found : NAV&lt;br /&gt;
load_plugins: demux plugin found : ASF&lt;br /&gt;
load_plugins: demux plugin found : AVI&lt;br /&gt;
load_plugins: demux plugin found : CDA&lt;br /&gt;
load_plugins: demux plugin found : MPEG&lt;br /&gt;
load_plugins: demux plugin found : MPGAUDIO&lt;br /&gt;
load_plugins: demux plugin found : MPEG_BLOCK&lt;br /&gt;
load_plugins: demux plugin found : MPEG_ELEM&lt;br /&gt;
load_plugins: demux plugin found : MPEG_PES&lt;br /&gt;
load_plugins: demux plugin found : MPEG_TS&lt;br /&gt;
load_plugins: demux plugin found : OGG&lt;br /&gt;
load_plugins: demux plugin found : QUICKTIME&lt;br /&gt;
video decoder plugin found : divx4 video decoder&lt;br /&gt;
audio decoder plugin found : a/52dec&lt;br /&gt;
video decoder plugin found : mpeg2dec&lt;br /&gt;
audio decoder plugin found : dts&lt;br /&gt;
video decoder plugin found : ffmpeg video decoder&lt;br /&gt;
audio decoder plugin found : lpcm&lt;br /&gt;
audio decoder plugin found : mad&lt;br /&gt;
spu decoder plugin found : spucc&lt;br /&gt;
spu decoder plugin found : spudec&lt;br /&gt;
spu decoder plugin found : sputext&lt;br /&gt;
video decoder plugin found : videofill&lt;br /&gt;
audio decoder plugin found : vorbis&lt;br /&gt;
video decoder plugin found : vfw (win32) video decoder&lt;br /&gt;
audio decoder plugin found : vfw (win32) audio decoder&lt;br /&gt;
xine_init returning&lt;br /&gt;
xine_play: xine open dvd://VIDEO_TS.VOB, start pos = 0, start time = 0 (sec)&lt;br /&gt;
&lt;br /&gt;
input_dvd: Sorry, xine doesn't play encrypted DVDs. The legal status of CSS&lt;br /&gt;
           decryption is unclear and we will not provide such code.&lt;br /&gt;
&lt;br /&gt;
input_dvd: Unable to find &amp;gt;VIDEO_TS.VOB&amp;lt; on dvd.&lt;br /&gt;
input_file: trying to open subtitle file '//VIDEO_TS.VOB'&lt;br /&gt;
xine: cannot find input plugin for this MRL</description>
    </item>
    <item>
      <title>[help] Patcher un kernel 2.4.22 avec prism54</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Tue, 13 Jul 2004 07:44:53 +0200</pubDate>
      <link>http://linuxfr.org/forums/9/2430.html</link>
      <guid>http://linuxfr.org/forums/9/2430.html</guid>
      <category>debutant</category>
      <description>Salut,&lt;br /&gt;
&lt;br /&gt;
J'ai un problème de compilation du Kernel. Ma distribution est une Fedora Core 1 avec un kernel de base (2.4.22_1.2115.nptl si j'ai bonne mémoire).  Au dessus j'ai installé un rpm contenant un kernel déjà patché avec plusieurs choses qui m'intéressent.&lt;br /&gt;
&lt;br /&gt;
Sur le site &lt;a href=&quot;http://atrpms.net/dist/fc1/kernel/&quot;&gt;http://atrpms.net/dist/fc1/kernel/(...)&lt;/a&gt; j'ai installé les packages&lt;br /&gt;
&lt;br /&gt;
kernel-source-2.4.22-1.2197.nptl_51.rhfc1.at.i386.rpm&lt;br /&gt;
kernel-2.4.22-1.2197.nptl_51.rhfc1.at.i686.rpm&lt;br /&gt;
&lt;br /&gt;
Ca fonctionne nickel, mais maintenant j'ai un autre problème: ma carte Wifi PCMCIA n'est pas reconnue, il faut que j'installe prism54 pour qu'elle fonctionne. Hors, les patchs disponibles sur le site prism54.org ne commencent qu'à la version 2.4.23 du kernel.&lt;br /&gt;
Il faudrait donc (je suppose) que je prenne une version CVS du patch et que je le compile pour mon kernel ?&lt;br /&gt;
&lt;br /&gt;
De même il faut que j'active certain flag dans mon kernel (flag relatifs au wifi), est-ce que la config que me propose make xconfig est celle du kernel actuel ? Sinon comment puis-je l'avoir ? Est-ce que je dois vérifier chaque option (dont je ne comprends pas la plupart) ?&lt;br /&gt;
&lt;br /&gt;
Dernière chose, après compilation du kernel&lt;br /&gt;
&lt;br /&gt;
make dep&lt;br /&gt;
make bzImage&lt;br /&gt;
make install&lt;br /&gt;
make modules&lt;br /&gt;
make modules_install&lt;br /&gt;
&lt;br /&gt;
lorsque je redémarre, il me dit qu'il ne trouve pas init.rd ...&lt;br /&gt;
&lt;br /&gt;
Bref je suis un peu paumé ....</description>
    </item>
    <item>
      <title>Carte wifi 3COM 3CRWE154G72 sur Fedora Core 1</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Thu, 08 Jul 2004 20:54:50 +0200</pubDate>
      <link>http://linuxfr.org/forums/30/2361.html</link>
      <guid>http://linuxfr.org/forums/30/2361.html</guid>
      <category>redhat</category>
      <description>Je viens d'installer une Fedora Core 1 et j'aimerais utiliser une carte wifi 3COM PCMCIA dessus. Apparemment cette carte basée sur prism54  est parfaitement supportée par Linux.&lt;br /&gt;
&lt;br /&gt;
Par contre je ne sais pas trop comment l'installer ... J'ai regardé sur prism54.org mais ce n'est pas très clair.&lt;br /&gt;
&lt;br /&gt;
Le kernel de la FC1 est un 2.4.22&lt;br /&gt;
&lt;br /&gt;
Si quelqu'un sait où je peux trouver de l'aide ...</description>
    </item>
    <item>
      <title>Installation sur une machine reliee a la TV</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Wed, 30 Jun 2004 06:52:06 +0200</pubDate>
      <link>http://linuxfr.org/forums/30/2206.html</link>
      <guid>http://linuxfr.org/forums/30/2206.html</guid>
      <category>redhat</category>
      <description>Bonjour,&lt;br /&gt;
&lt;br /&gt;
Je vais bientot installer Fedora Core 1 sur une machine qui sera branchee sur la TV. Est-ce qu'il y a moyen de faire l'installation directement sur la TV ou est-ce que je dois installer avec un moniteur et passer sur la TV apres ?&lt;br /&gt;
&lt;br /&gt;
Merci</description>
    </item>
    <item>
      <title>Livre sur Fedora ...</title>
      <author>null@linuxfr.org (nelis)</author>
      <pubDate>Mon, 21 Jun 2004 07:35:08 +0200</pubDate>
      <link>http://linuxfr.org/forums/30/2082.html</link>
      <guid>http://linuxfr.org/forums/30/2082.html</guid>
      <category>redhat</category>
      <description>Salut,

Je vais bientôt me lancer dans l'installation d'une Fedora sur un barebone pour faire une media station sous MythTV.

Je vais donc devoir faire une installation relativement personnalisée pour rendre Linux aussi petit que possible.

Pour ce faire j'aimerais acheter un bouquin sur Fedora qui me servirait de référence lors de cette installation. Il ne faut pas que le livre soit trop &quot;pour débutant&quot; (les bases de Linux, je les connais), ni qu'il passe trop de temps sur Gnome/KDE (je ne les installerai sans doute pas). J'aimerais aussi qu'il aborde les sujets de la carte WLAN et du partage Samba.

J'ai retenu 3 livres potentiels, si vous les avez lu lequel me conseilleriez vous ? Si vous avez d'autres suggestions, n'hésitez pas.

Merci.

- Red Hat Linux Bible: Fedora and Enterprise Edition 
( &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0764543334/qid=1087803183/sr=ka-1/ref=pd_ka_1/104-7884029-6448769&quot;&gt;http://www.amazon.com/exec/obidos/ASIN/0764543334/qid=1087803183/sr(...)&lt;/a&gt; )

- Red Hat Linux Fedora Unleashed (Unleashed) 
( &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0672326299/ref=pd_sim_books_1/104-7884029-6448769?v=glance&amp;amp;s=books&quot;&gt;http://www.amazon.com/exec/obidos/tg/detail/-/0672326299/ref=pd_sim(...)&lt;/a&gt; )

- Red Hat Enterprise Linux &amp;amp; Fedora Edition (DVD): The Complete Reference 
( &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0072230754/ref=pd_sim_books_2/104-7884029-6448769?v=glance&amp;amp;s=books&quot;&gt;http://www.amazon.com/exec/obidos/tg/detail/-/0072230754/ref=pd_sim(...)&lt;/a&gt; )</description>
    </item>  </channel>
</rss>
