Legenda (oznaczenia używane w postach) czyli lets clean this burdel

Oznaczenia używane w postach

Zwykły tekst Czcionka Georgia

apt-get install -Komenda



-ryzyko uszkodzenia systemu


-skrypt w bashu
-Ważna informacja

=====
wycinek z loga konsoli
====

nano /etc/resolv.conf plik do edycji


niedziela, 25 lutego 2018

Sorround 5.1 7.1

 

 

Enabling Surround Sound in libraries


By default, Ubuntu uses PulseAudio for its sound. Also by default, PulseAudio is set to 2 channels only. Enabling surround sound involves changing one line in the configuration file /etc/pulse/daemon.conf.
In the terminal, type the following:
gksu gedit /etc/pulse/daemon.conf

This should open up the configuration file in gedit. Once open, scroll down to find the line ; default-sample-channels = 2. Remove the semicolon at the start of the line and change the line according to your surround sound configuration:
  • For 2.0 channel sound: default-sample-channels = 2
  • For 4.0 channel sound: default-sample-channels = 4
  • For 5.0 channel sound: default-sample-channels = 5
  • For 5.1 channel sound: default-sample-channels = 6
  • For 7.1 channel sound: default-sample-channels = 8
Save the file the restart your computer.
For more detailed information, check the following links:

ALSA


Surround may already be working, make sure alsamixer has the right volume settings (Wave Surround in particular). These commands should be useful for testing:
For 4.0 surround (two speakers in front, two in the back):
speaker-test -Dplug:surround40 -c4 -l1 -twav

For 5.1:
speaker-test -Dplug:surround51 -c6 -l1 -twav

For 7.1:
speaker-test -Dplug:surround71 -c8 -l1 -twav

If it's not working, you might try following alsa's own guide:
http://alsa.opensrc.org/SurroundSound

Realtek na gigabajcie


Oto prawidłowe podłączenie głośników X-530 i innych 5.1 - w mniejszości występuje problem z AC'97, głośniki grają nie tak jak powinny.

Wtyczka głośnika zielona - do - Wtyku zielonego na karcie
Wtyczka głośnika czarna - do - Wtyku pomarańczowego na karcie
Wtyczka głośnika różowa - do - Wtyku czarnego na karcie


bo logika

Color Connector
Lime GreenLine-Out, Front Speakers, Headphones
PinkMicrophone
Light BlueStereo Line In
OrangeSubwoofer and Center out
BlackRear Surround Speakers for 5.1 and 7.1 systems
GrayMiddle Surround Speakers for 7.1 systems
GoldMidi / Game port (Joystick)

niedziela, 11 lutego 2018

Openbox Fedora

sudo dnf install openbox xbacklight feh conky xorg-x11-drv-libinput tint2 volumeicon xorg-x11-server-utils network-manager-applet
https://fedoramagazine.org/openbox-fedora/

Jaki mam display menager kdm,gdm??

Jeśli używamy systemd

$ cat /etc/systemd/system/display-manager.service | grep '/usr/bin'


ExecStart=/usr/bin/sddm


albo

 systemctl status display-manager