<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Wed, 29 Apr 2026 06:30:24 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Wiki Les geekeries de rungis]]></title>
		<atom:link href="https://geekrungis.fr/syndication/rss/wiki/8" rel="self" type="application/rss+xml"/>
		<link>https://geekrungis.fr</link>
		<description><![CDATA[Derniers articles de la catégorie Fedora]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[VLC ne fonctionne plus...]]></title>
                <link>https://geekrungis.fr/wiki/vlc-ne-fonctionne-plus</link>
                <guid>https://geekrungis.fr/wiki/vlc-ne-fonctionne-plus</guid>
                <description><![CDATA[<p style="text-align: center;"><img src="https://geekrungis.fr/upload/vlc_media_player.png" alt="vlc_media_player" title="vlc_media_player" /></p><br />
<br />
Suite à une mise à jour de Fedora que j'ai faite le 12 août, VLC s'est mis à ne plus pouvoir lire de vidéo 4K. A savoir que mon PC est équipé d'une processeur intel core i7 de 10ème génération et d'une carte graphique NVidia GeForce MX230 et le pilote NVidia 230 était installé.<br />
<br />
En ouvrant VLC en ligne de commande, lors de l'ouverture d'un fichier vidéo 4K, deux lignes montraient une erreur :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
libva info: Trying to open <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>dri<span style="color: #000000; font-weight: bold;">/</span>iHD_drv_video.so
libva info: va_openDriver<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> returns <span style="color: #660033;">-1</span>
&nbsp;</pre></pre></div></div><br />
<br />
En cherchant dans les fichiers, /usr/lib64/dri/iHD_drv_video.so n'existait pas.<br />
<br />
J'ai mis un peu de temps à trouver mais lorsque j'ai vérifié l'historique de la mise à jour grâce à la commande suivante :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">dnf <span style="color: #7a0874; font-weight: bold;">history</span> info <span style="color: #000000;">57</span></pre></pre></div></div><br />
<br />
<span class="message-helper notice">57 est le code de l'historique de dnf qu'on retrouve avec la commande dnf history</span><br />
<br />
j'ai retrouvé un certain nombre de lignes en lien avec la carte graphique :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
Upgrade        amd-gpu-firmware-<span style="color: #000000;">20230804</span>-<span style="color: #000000;">153</span>.fc38.noarch                    <span style="color: #000000; font-weight: bold;">@</span>updates
Upgrade        intel-gpu-firmware-<span style="color: #000000;">20230804</span>-<span style="color: #000000;">153</span>.fc38.noarch                  <span style="color: #000000; font-weight: bold;">@</span>updates
Upgrade        nvidia-gpu-firmware-<span style="color: #000000;">20230804</span>-<span style="color: #000000;">153</span>.fc38.noarch                 <span style="color: #000000; font-weight: bold;">@</span>updates
Upgrade        vlc-<span style="color: #000000;">1</span>:3.0.19-<span style="color: #000000;">0.7</span>.fc38.x86_64                                 <span style="color: #000000; font-weight: bold;">@</span>rpmfusion-free-updates
Upgrade        vlc-core-<span style="color: #000000;">1</span>:3.0.19-<span style="color: #000000;">0.7</span>.fc38.x86_64                            <span style="color: #000000; font-weight: bold;">@</span>rpmfusion-free-updates
Removed        kmod-nvidia-6.3.11-<span style="color: #000000;">200</span>.fc38.x86_64-<span style="color: #000000;">3</span>:535.54.03-<span style="color: #000000;">1</span>.fc38.x86_64 <span style="color: #000000; font-weight: bold;">@@</span>System
&nbsp;</pre></pre></div></div><br />
<br />
Je ne sais pas pour le moment si c'est bien une de ces mises à jour qui a créé le bug mais je l'ai corrigé en réinstallant intel-media-driver.<br />
<br />
Lors de mes nombreux essais pour résoudre ce problème, j'ai également désinstallé le pilote Nvidia puis réinstaller via les drivers à télécharger sur le site de Nvidia.<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> dnf remove xorg-x11-drv-nvidia kmod-nvidia-6.4.10-<span style="color: #000000;">200</span>.fc38.x86_64 kmod-nvidia-6.4.9-<span style="color: #000000;">200</span>.fc38.x86_64 kmod-nvidia-6.3.12-<span style="color: #000000;">200</span>.fc38.x86_64
&nbsp;</pre></pre></div></div>]]></description>
                <pubDate>Mon, 14 Aug 2023 21:59:58 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Réaffecter une touche du clavier]]></title>
                <link>https://geekrungis.fr/wiki/reaffecter-une-touche-du-clavier</link>
                <guid>https://geekrungis.fr/wiki/reaffecter-une-touche-du-clavier</guid>
                <description><![CDATA[J'ai mis ce petit tuto dans la partie Fedora mais cela concerne plutôt Wayland.<br />
J'utilise Fedora sur un Chromebook, et comme sur tous les chromebook, la touche Suppr. (Ou Delete) n'existe pas, ce qui n'est vraiment pas pratique.<br />
<br />
Après avoir longtemps cherché, j'ai trouvé la solution pour affecter le raccourci Maj+BackSpace (BackSpace c'est la touche en haut à droite avec la flèche qui va vers la gauche) à la fontion Delete (comme cela se fait sur un Chromebook).<br />
<br />
Pour cela, commencez par la commande suivante qui vous permet de liste les fichiers de configuration actif pour votre clavier :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">setxkbmap <span style="color: #660033;">-print</span></pre></pre></div></div><br />
<br />
Vous devriez avoir un retour du style :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
xkb_keymap <span style="color: #7a0874; font-weight: bold;">&#123;</span>
    xkb_keycodes  <span style="color: #7a0874; font-weight: bold;">&#123;</span> include <span style="color: #ff0000;">"evdev+aliases(qwerty)"</span>    <span style="color: #7a0874; font-weight: bold;">&#125;</span>;
    xkb_types     <span style="color: #7a0874; font-weight: bold;">&#123;</span> include <span style="color: #ff0000;">"complete"</span>    <span style="color: #7a0874; font-weight: bold;">&#125;</span>;
    xkb_compat    <span style="color: #7a0874; font-weight: bold;">&#123;</span> include <span style="color: #ff0000;">"complete"</span>    <span style="color: #7a0874; font-weight: bold;">&#125;</span>;
    xkb_symbols   <span style="color: #7a0874; font-weight: bold;">&#123;</span> include <span style="color: #ff0000;">"pc+us+inet(evdev)"</span>    <span style="color: #7a0874; font-weight: bold;">&#125;</span>;
    xkb_geometry  <span style="color: #7a0874; font-weight: bold;">&#123;</span> include <span style="color: #ff0000;">"pc(pc105)"</span>    <span style="color: #7a0874; font-weight: bold;">&#125;</span>;
<span style="color: #7a0874; font-weight: bold;">&#125;</span>;
&nbsp;</pre></pre></div></div><br />
<br />
On va s'intéresser aux fichier xkb_symbols et donc au premier "pc".<br />
<br />
On va éditer ce fichier qui se trouve dans /usr/share/X11/xkb/symbols :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>X11<span style="color: #000000; font-weight: bold;">/</span>xkb<span style="color: #000000; font-weight: bold;">/</span>symbols<span style="color: #000000; font-weight: bold;">/</span>pc</pre></pre></div></div><br />
<br />
Dans ce fichier, il suffit de modifier la ligne suivante :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
key <span style="color: #000000; font-weight: bold;"><</span>BKSP<span style="color: #000000; font-weight: bold;">></span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>  BackSpace,  BackSpace  <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span>;
&nbsp;</pre></pre></div></div><br />
<br />
Et la remplacer par :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
key <span style="color: #000000; font-weight: bold;"><</span>BKSP<span style="color: #000000; font-weight: bold;">></span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>  BackSpace,  Delete  <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span>;
&nbsp;</pre></pre></div></div><br />
<br />
Et voilà !]]></description>
                <pubDate>Tue, 25 Apr 2023 12:10:54 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Fedora]]></title>
                <link>https://geekrungis.fr/wiki/fedora</link>
                <guid>https://geekrungis.fr/wiki/fedora</guid>
                <description><![CDATA[<img src="https://geekrungis.fr/upload/icone_fedora_300.png" alt="icone_fedora_300" title="icone_fedora_300" /><br />
<br />
Mes quelques astuces sur Fedora.]]></description>
                <pubDate>Sat, 19 Nov 2022 17:28:27 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Quoi faire après l'installation de Fedora]]></title>
                <link>https://geekrungis.fr/wiki/quoi-faire-apres-l-installation-de-fedora</link>
                <guid>https://geekrungis.fr/wiki/quoi-faire-apres-l-installation-de-fedora</guid>
                <description><![CDATA[<h2 class="formatter-title wiki-paragraph-2" id="paragraph-activer-la-recherche-des-miroirs-les-plus-rapides">Activer la recherche des miroirs les plus rapides</h2><br />

<br />
Pour cela, rien de compliquer. On modifie le fichier /etc/dnd/dnf.conf (en root) et on ajoute la ligne suivante :<br />
<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">fastestmirror</span>=<span style="color: #c20cb9; font-weight: bold;">true</span>
<span style="color: #007800;">max_parallel_downloads</span>=<span style="color: #000000;">10</span></pre></pre></div></div><br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-installer-les-drivers-nvidia">Installer les drivers Nvidia</h2><br />

<br />
Pour cela, il suffit de se rendre dans Gnome Logiciels et de chercher Nvidia.<br />
Installer également Cuda : <a href="https://doc.fedora-fr.org/wiki/Carte_graphique_NVIDIA_:_installation_des_pilotes_propri%C3%A9taires">Page documentation Fedora</a>]]></description>
                <pubDate>Fri, 11 Nov 2022 17:58:09 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
