logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
utilisateurs:slyfox:config:configuration-systeme [17/04/2021 09:57]
Slyfox [Wifi Imac]
utilisateurs:slyfox:config:configuration-systeme [20/06/2021 23:03]
Slyfox [HP ENVY 32]
Ligne 19: Ligne 19:
 <code root>​pluma /​etc/​apt/​sources.list</​code>​ <code root>​pluma /​etc/​apt/​sources.list</​code>​
  
-<file apt_sources /​etc/​apt/​sources.list.d/​deb_debian-stable_non-libre.list>+<file apt_sources /​etc/​apt/​sources.list.d>​
  
 # Debian stable dépôt principal + paquets non libres # Debian stable dépôt principal + paquets non libres
Ligne 35: Ligne 35:
 # stable deb-multimedia # stable deb-multimedia
 deb http://​www.deb-multimedia.org stable main non-free deb http://​www.deb-multimedia.org stable main non-free
 +</​file>​
 +
 +<file apt_sources /​etc/​apt/​sources.list>​
 +# sid
 +deb http://​deb.debian.org/​debian/​ sid main contrib non-free
 +
 +# sid deb-multimedia
 +deb http://​www.deb-multimedia.org sid main non-free
 </​file>​ </​file>​
  
Ligne 46: Ligne 54:
 apt-get install deb-multimedia-keyring apt-get install deb-multimedia-keyring
 apt update apt update
 +apt full-upgrade</​code>​
 +
 +[[https://​debian-facile.org/​doc:​systeme:​apt:​sources.list:​depots-tiers]]\\
 +[[https://​www.linuxtricks.fr/​wiki/​debian-installer-ou-migrer-vers-debian-sid|Installer ou Migrer vers Debian sid]]
 +
 +
 +===== Logiciels préférés =====
 +
 +<code root>​apt-get update
 +apt install mate-desktop-environment-extras network-manager hardinfo avidemux thunderbird thunderbird-l10n-fr ffmpeg mpv hardinfo audacious audacity dvdbackup easytag geany geany-plugin* vobcopy ​ yad youtube-dl zenity mplayer picard quodlibet spek gparted handbrake kid3-cli lsdvd mencoder mgba-common mgba-qt mgba-sdl</​code>​
 +
 +===== Paquets secondaire (à tester) =====
 +
 +<code root>apt update
 +apt install ​ build-essential cifs-utils dconf-editor fakeroot fdkaac flac gawk gconf-editor genisoimage git gstreamer1.0-plugins-bad gstreamer1.0-plugins-base intltool libdca0 libdvdcss2 libdvdnav4 libdvdread8 libgpod-dev libgtk2.0-dev libimobiledevice-dev libimobiledevice-utils mtp-tools pkg-config python3-tk qpdfview samba  smbclient vorbis-tools xz-utils checkinstall firmware-atheros firmware-iwlwifi unrar firmware-b43-installer caja-open-terminal ​ gnome-calculator ​ minidlna mkvtoolnix mkvtoolnix-gui firmware-brcm80211 firmware-linux firmware-linux-free firmware-linux-nonfree amd64-microcode intel-microcode nvidia-detect nvidia-driver pulseaudio pavucontrol firmware-intel-sound firmware-realtek build-essential firmware-b43-installer
 apt upgrade</​code>​ apt upgrade</​code>​
  
-[[https://​debian-facile.org/​doc:​systeme:​apt:​sources.list:​depots-tiers]]+===== HP ENVY 32 ===== 
  
-===== Wifi Imac ====+<code root>apt update 
 +apt install firmware-realtek nvidia-driver alsa-tools</​code>​
  
-<code root>apt install firmware-brcm80211</​code>​+==== Audio ====
  
-https://​debian-facile.org/​doc:​materiel:​wifi:​detecter +<code root>​echo "​options snd_hda_intel model=alc274-dell-aio 
-https://​wiki.debian.org/​Firmware +alias snd-card-0 snd-hda-intel 
-https://wiki.debian.org/Firmware/List+alias sound-slot-0 snd-hda-intel 
 +alias sound-slot-0 snd-card-0 
 +alias sound-service-0-0 snd-mixer-oss 
 +alias sound-service-0-1 snd-seq-oss 
 +alias sound-service-0-3 snd-pcm-oss 
 +alias sound-service-0-8 snd-seq-oss 
 +alias sound-service-0-12 snd-pcm-oss"​ > /etc/modprobe.d/hda.conf<​/code>
  
-===== Upgrade noyaux ==== 
  
-A test... (si nécessaire de changer le noyau ???) 
  
-<code root>apt install ​-t buster-backports linux-image-amd64 linux-headers-amd64 firmware-linux</​code>​+<code root>echo "/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_MASK 0x0 
 +/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DIRECTION 0x0 
 +/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DATA 0x0 
 +sleep 3 
 +/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_MASK 0x04 
 +/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DIRECTION 0x04 
 +/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DATA 0x04" > /​opt/​start_hda.txt</​code>​ 
 +<code root>​chmod +x /​opt/​start_hda.txt</​code>​ 
 +<code root>​echo "​slyfox ​   ALL=(ALL:​ALL) ALL" >> /​etc/​sudoers</​code>​
  
-https://debian-facile.org/viewtopic.php?id=26950 +Création d'un fichier muet: 
-===== Paquets préférés ​=====+ 
 +<code root>​ffmpeg -f lavfi -i anullsrc -t 10 /opt/silence.mp3</​code>​ 
 + 
 + 
 + 
 +__Ligne de commande pour raccourcis :__ 
 + 
 +Type: Application 
 +Nom: Start_audio 
 +Commande: <code user>​mpg123 ​--loop 10000 /​opt/​silence.mp3</code> 
 + 
 +Type: Application 
 +Nom: Start_hda 
 +Commande:<​code user>​sudo "/​opt/​start_hda.txt"</​code>​ 
 + 
 +==== Nvidia GPU par défaut ===
 + 
 + 
 +<note important>​Vérifier que le secureboot est désactiver dans le BIOS !</​note>​ 
 + 
 +<code root>​apt-get install gdm3</​code>​ 
 + 
 +Choisir gdm3. 
 + 
 +<code root>​pluma /​etc/​X11/​xorg.conf.d/​20-nvidia.conf</​code>​ 
 + 
 +<code user>​Section "​Module"​ 
 +    Load "​modesetting"​ 
 +EndSection 
 + 
 +Section "​Device"​ 
 +    Identifier "​nvidia"​ 
 +    Driver "​nvidia"​ 
 +    BusID "​PCI:​01:​00:​0"​ 
 +    Option "​AllowEmptyInitialConfiguration"​ 
 +EndSection</​code>​ 
 + 
 +<code root>​pluma /​usr/​share/​gdm/​greeter/​autostart/​optimus.desktop</​code>​ 
 + 
 +<code user>​[Desktop Entry] 
 +Type=Application 
 +Name=Optimus 
 +Exec=sh -c "​xrandr --setprovideroutputsource modesetting NVIDIA-0; xrandr --auto"​ 
 +NoDisplay=true 
 +X-GNOME-Autostart-Phase=DisplayServer</​code>​ 
 + 
 +<code root>​pluma /​etc/​xdg/​autostart/​optimus.desktop</​code>​ 
 + 
 +<code user>​[Desktop Entry] 
 +Type=Application 
 +Name=Optimus 
 +Exec=sh -c "​xrandr --setprovideroutputsource modesetting NVIDIA-0; xrandr --auto"​ 
 +NoDisplay=true 
 +X-GNOME-Autostart-Phase=DisplayServer</​code>​ 
 + 
 +<code user>​systemctl restart gdm3.service</​code>​ 
 + 
 +[[https://​lecrabeinfo.net/​installer-pilote-proprietaire-nvidia-sur-debian-linux.html]] 
 + 
 + 
 +===== Imac ====
  
 <code root>apt update <code root>apt update
-apt install ​mate-desktop-environment-extras build-essential cifs-utils dconf-editor fakeroot fdkaac flac gawk gconf-editor genisoimage git-core gstreamer1.0-plugins-bad gstreamer1.0-plugins-base intltool libdca0 libdvdcss2 libdvdnav4 libdvdread4 libgpod-dev libgtk2.0-dev libimobiledevice-dev libimobiledevice-utils mtp-tools network-manager pkg-config python3-tk qpdfview samba  smbclient vorbis-tools xz-utils checkinstall firmware-atheros firmware-iwlwifi unrar firmware-b43-installer audacious audacity caja-open-terminal dvdbackup easytag geany geany-plugin* gnome-calculator gparted handbrake kid3-cli lsdvd mencoder mgba-common mgba-qt mgba-sdl minidlna mkvtoolnix mkvtoolnix-gui mplayer picard quodlibet spek thunderbird thunderbird-l10n-fr unison vobcopy ​ yad youtube-dl zenity firmware-brcm80211 +apt install ​firmware-brcm80211</​code>​ 
-apt -t stable install avidemux ffmpeg mpv  + 
-apt upgrade</​code>​+[[https://​debian-facile.org/​doc:​materiel:​wifi:​detecter]] \\ 
 +[[https://​wiki.debian.org/​Firmware]] \\ 
 +[[https://​wiki.debian.org/​Firmware/​List]] \\ 
 + 
 +===== Liste pilote à installer =====
  
 +<code root>​dmesg | grep firmware</​code>​
 +https://​debian-facile.org/​doc:​materiel:​wifi:​detecter#​etape-4activer-l-interface-reseau
  
 +===== Information système =====
  
 +<code user>​hardinfo &</​code>​
 +[[https://​lecrabeinfo.net/​linux-identifier-carte-graphique-pilote-pc.html]]
  
 ===== Pyrenamer ===== ===== Pyrenamer =====
Ligne 114: Ligne 219:
  
 <code user>​dconf reset -f /</​code>​ <code user>​dconf reset -f /</​code>​
 +
 +===== Sudo =====
 +<code root>su -
 +adduser slyfox sudo</​code>​
  
 ===== Renommer Desktop en Bureau ===== ===== Renommer Desktop en Bureau =====
Ligne 176: Ligne 285:
 [[https://​wiki.debian.org/​fr/​Steam]] \\ [[https://​wiki.debian.org/​fr/​Steam]] \\
  
 +Si erreur "​libGL.so.1"​
  
-===== Lecture automatique fichier audio ===== +<code root>apt install libgl1-nvidia-glvnd-glx:​i386</​code>​
- +
-Installer le paquet gstreamer1.0-tools+
  
-<code root>apt install gstreamer1.0-tools</​code>​ 
  
 ===== Monter automatiquement disque externe ===== ===== Monter automatiquement disque externe =====
utilisateurs/slyfox/config/configuration-systeme.txt · Dernière modification: 06/01/2024 20:01 par Slyfox

Pied de page des forums

Propulsé par FluxBB