Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: Petr Sedlák 23 Března 2008, 16:16:32

Název: Zvuk, klávesové zkratky a streamtuner
Přispěvatel: Petr Sedlák 23 Března 2008, 16:16:32
1)Ahojte, prosím potřeboval bych poradit. Dneska jsem úspěšně zprovoznil internetová rádia přes aplikaci streamtuner - valí mi to teda přes xmms, i když bych raději preferoval listen, ale pokud to ej nějaký větší problém, nechám to takto. Co mě ale trochu štve, že mi jde jenom jeden zvuk - bud prostě ten xmms nebo např. video v opeře, chtěl bych aby valily oba - jestli mi rozumíte.

2) A když už jsem tady taky jsem se chtel zeptat co s tím, když píši at zt v pidginovi nebo napr dokument, mi po urcite kombinaci klaves skace kurzor jinam, nebo se proste z niceho nic vlozi neco ze schranky, proste si to dělá co chce :).

3) a nevíte ještě kde najít v programu streamtuner radio evropa 2, není to nic pro mě, ale slečna ho poslouchá a co bychom my chlapi (neříkám že tu jsou jen chlapi) pro ženy neudělali.

Díky všichni
Název: Re: Zvuk
Přispěvatel: Vojtěch Trefný 23 Března 2008, 16:32:25
ad 1 -- tohle je problém XMMS. Standardně totiž pracuje s výstupním pluginem OSS nebo ESD, který to, co chcete vy nepodporuje (ačkoli nechápu, jaký je účel přehrávání dvou zvuků najednou -- neslyšet  ani jeden?). Výstup změníte v Option→Preferences→Audio I/O Plugins.
Název: Re: Zvuk
Přispěvatel: Petr Sedlák 23 Března 2008, 17:52:55
Na co ten výstup mám změnit?
Název: Re: Zvuk
Přispěvatel: Vojtěch Trefný 23 Března 2008, 17:58:45
Alsa
Název: Re: Zvuk
Přispěvatel: Petr Sedlák 24 Března 2008, 12:14:51
Okej super toto funguje. chtel jsem to treba aby kdyz si to posloucham tak aby bylo slyset upozorneni na email napr atd. diky.
Mohl by mi tedy jeste nekdo prosim pomoci s temi dalsimi problemy? dekuji
Název: Re: Zvuk, klávesové zkratky a streamtuner
Přispěvatel: Martin 'Želva' Malý 24 Března 2008, 12:21:41
2) Pošli výpis příkazu

cat /etc/X11/xorg.conf

Nemůžeš někde v OpenOffice zakázat klávesové zkratky nebo tak něco? ;)
Název: Re: Zvuk, klávesové zkratky a streamtuner
Přispěvatel: Petr Sedlák 24 Března 2008, 12:30:51
Kód: [Vybrat]
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "cz"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "nVidia Corporation G72M [GeForce Go 7400]"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        Horizsync       28-64
        Vertrefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation G72M [GeForce Go 7400]"
        Monitor         "Generic Monitor"
        Defaultdepth    24
        SubSection "Display"
                Modes           "1280x800"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"

        # Uncomment if you have a wacom tablet
        #       InputDevice     "stylus"        "SendCoreEvents"
        #       InputDevice     "cursor"        "SendCoreEvents"
        #       InputDevice     "eraser"        "SendCoreEvents"
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "dbe"
        Load            "glx"
EndSection

pozn. dela mi to i v pidginovi, i tady kdyz pisi na forum :)
Název: Re: Zvuk, klávesové zkratky a streamtuner
Přispěvatel: Martin 'Želva' Malý 24 Března 2008, 12:35:41
Zrovna nejsem na buntovi, ale potom se na to mrknu a mám takové podezření...
Název: Re: Zvuk, klávesové zkratky a streamtuner
Přispěvatel: Petr Sedlák 24 Března 2008, 12:36:12
okej v pohode, diky
Název: Re: Zvuk, klávesové zkratky a streamtuner
Přispěvatel: Martin 'Želva' Malý 24 Března 2008, 12:40:49
Ne, tím to není. Připadalo mi, že u té klávesnice tam má být pc106 a ne pc105, ale co tu hledám, je to blbost a to pc105, co tam máš, je tam dobře.