<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Le Blog de Cyril LEVIS&#187; hardy</title>
	<atom:link href="http://cyril.levis-heb.net/tag/hardy/feed/" rel="self" type="application/rss+xml" />
	<link>https://cyril.levis-heb.net</link>
	<description>La suite du petit blog de Cyril</description>
	<lastBuildDate>Thu, 24 Dec 2009 13:52:46 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Mise en veille / Hibernation et optimisation de la Nvidia 8400GS du Dell XPS m1330 sous Ubuntu Hardy</title>
		<link>https://cyril.levis-heb.net/it/dell/mise-en-veille-hibernation-et-optimisation-de-la-nvidia-8400gs-du-dell-xps-m1330-sous-ubuntu-hardy/</link>
		<comments>https://cyril.levis-heb.net/it/dell/mise-en-veille-hibernation-et-optimisation-de-la-nvidia-8400gs-du-dell-xps-m1330-sous-ubuntu-hardy/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:58:02 +0000</pubDate>
		<dc:creator>cyril</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XPS m1330]]></category>
		<category><![CDATA[8400gs]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[hibernation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[m1330]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[xps]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://Afind&#039;avoirunpcquisemetenveilleethibernerapidement(rapidementpourl&#039;hibernationestungrosmotjetrouve,encorebientroplentàmongoût)j&#039;airéglémonfichier/etc/default/acpi-supportcommeci-dessous,strongjenegarantirien/stro</guid>
		<description><![CDATA[Afin d&#8217;avoir un pc qui se met en veille et hiberne rapidement (&#171;&#160;rapidement&#160;&#187; pour l&#8217;hibernation est un gros mot je trouve, encore bien trop lent à mon goût) j&#8217;ai réglé mon fichier /etc/default/acpi-support comme ci-dessous, je ne garanti rien, mais pour info le mien est régler comme cela et ça fonctionne très bien. sudo cp [...]]]></description>
			<content:encoded><![CDATA[<p>Afin d&#8217;avoir un pc qui se met en veille et hiberne rapidement (&laquo;&nbsp;rapidement&nbsp;&raquo; pour l&#8217;hibernation est un gros mot je trouve, encore bien trop lent à mon goût) j&#8217;ai réglé mon fichier /etc/default/acpi-support comme ci-dessous, <strong>je ne garanti rien</strong>, mais pour info le mien est régler comme cela et ça fonctionne très bien.</p>
<pre><code>
sudo cp /etc/default/acpi-support /etc/default/acpi-support.bak &amp;&amp; sudo gedit /etc/default/acpi-support
</code></pre>
<pre><code>
# Comment the next line to disable ACPI suspend to RAM
ACPI_SLEEP=true

# Comment the next line to disable suspend to disk
ACPI_HIBERNATE=true

# Change the following to "standby" to use ACPI S1 sleep, rather than S3.
# This will save less power, but may work on more machines
ACPI_SLEEP_MODE=mem

# Add modules to this list to have them removed before suspend and reloaded
# on resume. An example would be MODULES="em8300 yenta_socket"
#
# Note that network cards and USB controllers will automatically be unloaded
# unless they're listed in MODULES_WHITELIST
MODULES="uvcvideo"

# Add modules to this list to leave them in the kernel over suspend/resume
MODULES_WHITELIST=""

# Should we save and restore state using the VESA BIOS Extensions?
#SAVE_VBE_STATE=true
SAVE_VBE_STATE=false

# The file that we use to save the vbestate
VBESTATE=/var/lib/acpi-support/vbestate

# Should we attempt to warm-boot the video hardware on resume?
POST_VIDEO=false

# Save and restore video state?
# SAVE_VIDEO_PCI_STATE=true

# Should we switch the screen off with DPMS on suspend?
USE_DPMS=true

# Use Radeontool to switch the screen off? Seems to be needed on some machines
# RADEON_LIGHT=true

# Uncomment the next line to switch away from X and back again after resume.
# This is needed for some hardware, but should be unnecessary on most.
DOUBLE_CONSOLE_SWITCH=false

# Set the following to "platform" if you want to use ACPI to shut down
# your machine on hibernation
HIBERNATE_MODE=shutdown

# Comment this out to disable screen locking on resume
LOCK_SCREEN=true

# Uncomment this line to have DMA disabled before suspend and reenabled
# afterwards
DISABLE_DMA=true

# Uncomment this line to attempt to reset the drive on resume. This seems
# to be needed for some Sonys
# RESET_DRIVE=true

# Add services to this list to stop them before suspend and restart them in
# the resume process.
STOP_SERVICES="networking"

# Restart Infra Red services on resume - off by default as it crashes some
# machines
RESTART_IRDA=false

# Switch to laptop-mode on battery power - off by default as it causes odd
# hangs on some machines
ENABLE_LAPTOP_MODE=false

# Spindown time on battery
SPINDOWN_TIME=12
</code></pre>
<p>Vous devez également modifier dans /etc/X11/xorg.conf la partie concernant la carte graphique.<br />
La partie concernant la carte nvidia 8400gs avec les drivers propriétaires fournis dans Ubuntu Hardy est ainsi :</p>
<pre><code>
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak &amp;&amp; sudo gedit /etc/X11/xorg.conf
</code></pre>
<pre><code>
Section "Device"
    Identifier     "nVidia Corporation G80 [GeForce 8400M GS]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation G80 [GeForce 8400M GS]"
    Monitor        "Écran générique"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "OnDemandVBlankInterrupts" "True" # Optimisation
    Option         "Coolbits" "0" # Passer à 1 pour permettre l'overclocking, à vos risque et péril !
    Option         "TripleBuffer" "true"
    Option         "NoLogo" "True" # Pas de logo au démarrage
    Option         "RandRRotation" # Rotation de l'écran avec la commande xrandr -o left par exemple
    Option         "NvAGP" "1" # Résout problême d'hibernation
    SubSection     "Display"
        Depth       24
        Modes      "1280x1280"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
</code></pre>
<p>Regarder les commentaires de celui-ci, je n&#8217;ai pas tout détaillé.</p>
<p>Avec ce xorg, compiz fonctionnel, pas de problème de <strong>mise en veille / hibernation</strong>, rotation de l&#8217;écran avec <strong>xrandr possible</strong> !</p>
<p>En espérant que ça vous soit utile !</p>
]]></content:encoded>
			<wfw:commentRss>https://cyril.levis-heb.net/it/dell/mise-en-veille-hibernation-et-optimisation-de-la-nvidia-8400gs-du-dell-xps-m1330-sous-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Souris Logitech Mx1000 Bluetooth sous Ubuntu Hardy</title>
		<link>https://cyril.levis-heb.net/it/linux/logitech-mx1000-bluetooth-sous-hardy/</link>
		<comments>https://cyril.levis-heb.net/it/linux/logitech-mx1000-bluetooth-sous-hardy/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 07:18:02 +0000</pubDate>
		<dc:creator>cyril</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[eau]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[souris]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Je n&#8217;avais jamais testé le branchement d&#8217;un périphérique d&#8217;entrée tel qu&#8217;une souris ou un clavier bluetooth. J&#8217;ai trouvé une souris bluetooth à mon travail et je me suis empressé de tester. Avec Hardy, super facile : - On appuit sur le bouton &#171;&#160;connect&#160;&#187; rouge sous la souris (dans mon cas) - Clic droit sur l&#8217;icône [...]]]></description>
			<content:encoded><![CDATA[<p>Je n&#8217;avais jamais testé le branchement d&#8217;un périphérique d&#8217;entrée tel qu&#8217;une souris ou un clavier bluetooth.</p>
<p>J&#8217;ai trouvé une souris bluetooth à mon travail et je me suis empressé de tester.</p>
<p>Avec Hardy, super facile :</p>
<p>- On appuit sur le bouton &laquo;&nbsp;connect&nbsp;&raquo; rouge sous la souris (dans mon cas)</p>
<p>- Clic droit sur l&#8217;icône du bluetooth dans le tableau de bord gnome / Préférences / Onglet Services et là on s&#8217;assure que &laquo;&nbsp;Input device est coché&nbsp;&raquo;</p>
<p>- Ensuite dans la partie périphérique d&#8217;entrée, on clique sur &laquo;&nbsp;Ajouter&nbsp;&raquo;, on patiente et on voit la souris.</p>
<p><a href="http://cyril.levis-heb.net/blog/wp-content/2008/04/capture.png"><img class="alignnone size-medium wp-image-227" title="capture" src="http://cyril.levis-heb.net/blog/wp-content/2008/04/capture-280x300.png" alt="" width="280" height="300" /></a></p>
<p>- Un petit clic sur &laquo;&nbsp;Se connecter&nbsp;&raquo; et le tour est joué !</p>
<p><a href="http://cyril.levis-heb.net/blog/wp-content/2008/04/capture-creer-un-peripherique.png"><img class="alignnone size-medium wp-image-228" title="capture-creer-un-peripherique" src="http://cyril.levis-heb.net/blog/wp-content/2008/04/capture-creer-un-peripherique-300x264.png" alt="" width="300" height="264" /></a></p>
<p><a href="http://cyril.levis-heb.net/blog/wp-content/2008/04/capture-preferences-bluetooth.png"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>https://cyril.levis-heb.net/it/linux/logitech-mx1000-bluetooth-sous-hardy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Je suis toujours là ;)</title>
		<link>https://cyril.levis-heb.net/le-blog/je-suis-toujours-la/</link>
		<comments>https://cyril.levis-heb.net/le-blog/je-suis-toujours-la/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 10:48:04 +0000</pubDate>
		<dc:creator>cyril</dc:creator>
				<category><![CDATA[Le blog]]></category>
		<category><![CDATA[eau]]></category>
		<category><![CDATA[hardy]]></category>

		<guid isPermaLink="false">http://Justepourvousdirequejenesuispastrèsactifdutoutencemoment,letempsdesexamenenfaites,jepassemonbtsetj&#039;aibeauavoirunpeudetempspoursurferquantmêmejenetrouvepasletempsdeblogguer.Jereviensauplusvite!J&#039;aieul</guid>
		<description><![CDATA[Juste pour vous dire que je ne suis pas très actif du tout en ce moment, le temps des examen en faites, je passe mon bts et j&#8217;ai beau avoir un peu de temps pour surfer quant même je ne trouve pas le temps de blogguer. Je reviens au plus vite ! J&#8217;ai eu le [...]]]></description>
			<content:encoded><![CDATA[<p>Juste pour vous dire que je ne suis pas très actif du tout en ce moment, le temps des examen en faites, je passe mon bts et j&#8217;ai beau avoir un peu de temps pour surfer quant même je ne trouve pas le temps de blogguer.</p>
<p>Je reviens au plus vite !</p>
<p>J&#8217;ai eu le temps de passer a 4go de ram, et sous hardy 64bit (encore en béta attention!)&#8230; plein de post a venir!</p>
]]></content:encoded>
			<wfw:commentRss>https://cyril.levis-heb.net/le-blog/je-suis-toujours-la/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)</title>
		<link>https://cyril.levis-heb.net/it/linux/03011-sd-host-controller-ricoh-co-ltd-r5c822-sdsdiommcmsmspro-host-adapter-rev-22/</link>
		<comments>https://cyril.levis-heb.net/it/linux/03011-sd-host-controller-ricoh-co-ltd-r5c822-sdsdiommcmsmspro-host-adapter-rev-22/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 09:32:52 +0000</pubDate>
		<dc:creator>cyril</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XPS m1330]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[hardy]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Voici comment faire fonctionner sous Gutsy la partie MMC du lecteur de carte Ricoh Co Ltd R5C822 Ajouter en bas de votre /etc/rc.local, sudo gedit /etc/rc.local avant le &#171;&#160;exit 0&#8243; ces lignes: modprobe -r sdhci setpci -s `lspci &#124; grep &#171;&#160;SD\/SDIO\/MMC\/MS\/MSPro&#160;&#187; &#124; awk &#8216;{print $1}&#8217;` 0xCA=0&#215;57 setpci -s `lspci &#124; grep &#171;&#160;SD\/SDIO\/MMC\/MS\/MSPro&#160;&#187; &#124; awk &#8216;{print [...]]]></description>
			<content:encoded><![CDATA[<p>Voici comment faire fonctionner sous Gutsy la partie MMC du lecteur de carte Ricoh Co Ltd R5C822</p>
<p>Ajouter en bas de votre /etc/rc.local,<br />
<code><br />
sudo gedit /etc/rc.local<br />
</code></p>
<p>avant le &laquo;&nbsp;exit 0&#8243; ces lignes:</p>
<p>modprobe -r sdhci<br />
setpci -s `lspci | grep &laquo;&nbsp;SD\/SDIO\/MMC\/MS\/MSPro&nbsp;&raquo; | awk &#8216;{print $1}&#8217;` 0xCA=0&#215;57<br />
setpci -s `lspci | grep &laquo;&nbsp;SD\/SDIO\/MMC\/MS\/MSPro&nbsp;&raquo; | awk &#8216;{print $1}&#8217;` 0xCB=0&#215;02<br />
# setpci -s `lspci | grep &laquo;&nbsp;SD\/SDIO\/MMC\/MS\/MSPro&nbsp;&raquo; | awk &#8216;{print $1}&#8217;` 0xCA=0&#215;00<br />
modprobe sdhci</p>
<p>Ainsi vous pourrez (enfin?) lire vos carte mmc, à noter que pour Hardy ceci est déjà résolu par la kernel-team.<br />
 <img src='http://cyril.levis-heb.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Et sous Jaunty c&#8217;est résolu aussi &#8230; depuis le temps</p>
]]></content:encoded>
			<wfw:commentRss>https://cyril.levis-heb.net/it/linux/03011-sd-host-controller-ricoh-co-ltd-r5c822-sdsdiommcmsmspro-host-adapter-rev-22/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Test de EasyCrypt, créer un dossier crypté en toute simplicité.</title>
		<link>https://cyril.levis-heb.net/it/linux/test-de-easycrypt-creer-un-dossier-crypte-en-toute-simplicite/</link>
		<comments>https://cyril.levis-heb.net/it/linux/test-de-easycrypt-creer-un-dossier-crypte-en-toute-simplicite/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:00:15 +0000</pubDate>
		<dc:creator>cyril</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[easycrypt]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[protéger]]></category>
		<category><![CDATA[sécuriser]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://Ilexistepleindefaçondecréerdesdossierscryptés,j&#039;enutilisesunedepuislongtempsmaisl&#039;installationestfastidieuse.Jeviensdedécouvrirunprogrammepermettantdefairecelasuperrapidementsansaucunemanipulationardu,jen&#039;aipasvude</guid>
		<description><![CDATA[Il existe plein de façon de créer des dossiers cryptés , j&#8217;en utilises une depuis longtemps mais l&#8217;installation est fastidieuse. Je viens de découvrir un programme permettant de faire cela super rapidement sans aucune manipulation ardu, je n&#8217;ai pas vu de test francophone donc le voici. Grâce à EasyCrypt, vous pourrez créer et monter des [...]]]></description>
			<content:encoded><![CDATA[<p>Il existe plein de façon de créer des dossiers cryptés , j&#8217;en utilises une depuis longtemps mais l&#8217;installation est fastidieuse.</p>
<p>Je viens de découvrir un programme permettant de faire cela super rapidement sans aucune manipulation ardu, je n&#8217;ai pas vu de test francophone donc le voici.</p>
<p>Grâce à <a href="http://www.aldolat.it/2007/12/07/gui-per-truecrypt-easycrypt/" target="_blank">EasyCrypt</a>, vous pourrez créer et monter des dossier crypté super facilement, une icône dans le systray permet de monter, démonter et réglé les préférences de l&#8217;application.</p>
<p><a href="http://cyril.levis-heb.net/blog/wp-content/2007/12/capture-1.png" title="capture-1.png"><img src="http://cyril.levis-heb.net/blog/wp-content/2007/12/capture-1.thumbnail.png" alt="capture-1.png" /></a></p>
<p>EasyCrypt est en faites un Gui/Frontend (interface graphique) pour <a href="http://www.truecrypt.org/" target="_blank">truecrypt. </a></p>
<p>Pour l&#8217;installer voici la marche à suivre:</p>
<p>On rajoute le dépot</p>
<pre><code>sudo gedit /etc/apt/sources.list

</code></pre>
<p>rajouter</p>
<pre><code>

deb http://ppa.launchpad.net/stevenharperuk/ubuntu gutsy main restricted universe multiverse</code></pre>
<p>puis pour l&#8217;installer.</p>
<pre><code>

sudo aptitude update &amp;&amp; <a href="apt://easycrypt" title="l'installer">sudo aptitude install easycrypt</a>

</code></pre>
<p>Il vous faut aussi truecrypt.<br />
Allez sur la <a href="http://www.truecrypt.org/downloads.php" target="_blank">page download du site officiel</a>, choississez votre distribution ubuntu, télécharger et installer le paquet.</p>
<p>Ensuite vous pourrez démarrer easycrypt et vous laissez guider.<br />
Il n&#8217;y à rien de compliquer, il faut saisir le mot de passe voulu pour les &laquo;&nbsp;coffres&nbsp;&raquo; choisir la taille du disque a créer.</p>
<p>Vous pourrez ainsi protéger des documents important facilement. Pour l&#8217;utilisation tout se passe par clic droit sur l&#8217;icône dans le systray après la première initialisation.</p>
]]></content:encoded>
			<wfw:commentRss>https://cyril.levis-heb.net/it/linux/test-de-easycrypt-creer-un-dossier-crypte-en-toute-simplicite/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
