Kirjoittaja Aihe: Feisty: päivityksen jälkeen äänet lakkasivat toimimasta ja muuta.  (Luettu 2316 kertaa)

Kuisma

  • Käyttäjä
  • Viestejä: 84
    • Profiili
Eli kun päivitin edgystä feistyyn, niin äänet lakkasivat toimimasta (osittain, oss:llä toimii musa muu media. alotus ja lppetusäänet eivät toimi.). Ennen on toiminut alsoilla, mutta nyt toimii vai oss. On mulla ennenkin ollu noitten kaa ongelmii, mut nyt ne ei lähe toimimaan ees vanhoilla konsteilla.

Ja miten voin saada noita työpöytätehosteita käyttöön? Ajureina "ati", eikä tosta "Rajoitetut ajurit" työkalusta löydy mitään aiheeseen liittyvää. Kun olen yrittänyt asentaa fglrx ajureita, ei ole lähtenyt xorg käyntiin (wikikirja tapa 1).
« Viimeksi muokattu: 20.04.07 - klo:20.26 kirjoittanut Kuisma »

masa

  • Käyttäjä
  • Viestejä: 494
    • Profiili
Mulla oli sama vika kun en ollu käynnistäny konetta uudelleen muistaakseni päivitysten asentamisen tai vastaavan jälkeen. Kannattanee kokeilla reboottia ensiavuksi. Toivottavasti se ois siitä kiinni.
matti_mato

Kun pulma ratkeaa, lisääppä ekan viestin otsikkoon [RATKAISTU] :)

Kuisma

  • Käyttäjä
  • Viestejä: 84
    • Profiili
Ei oo toi auttanu. Ja lisätään vielä, että kun käynnistän työkalun 'Työpöytätehosteet', tulee ruuulle ilmoitus, Komposiitti-laajennus ei olekäytettävissä.

Laitetaan tähän nyt vielä xorg.conf tiedoston sisältö.
Koodia: [Valitse]
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

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

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

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

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

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

Section "Device"
Identifier "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "L1715S"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
Monitor "L1715S"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
   Option       "Composite" "Disable"
EndSection
On ne fglrx ajurit ennen toiminu, mut aika heikosti.
Ja sit samanaikaisesti ilmestyi päätteeseen tämänkaltaista tekstiä
Koodia: [Valitse]
ALSA lib confmisc.c:1105:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix_format'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3957:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM dmix:I82801DBICH4
ALSA lib confmisc.c:1105:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix_format'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3957:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM dmix:I82801DBICH4
ALSA lib confmisc.c:1105:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix_format'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3957:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM dmix:I82801DBICH4
ALSA lib confmisc.c:1105:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix_format'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3957:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM dmix:I82801DBICH4
ALSA lib confmisc.c:1105:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix_format'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3957:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM dmix:I82801DBICH4
ALSA lib confmisc.c:1105:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix_format'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3957:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM dmix:I82801DBICH4
« Viimeksi muokattu: 21.04.07 - klo:08.58 kirjoittanut Kuisma »

Kuisma

  • Käyttäjä
  • Viestejä: 84
    • Profiili
Nyt kun otin tuosta xorg.conffista tuon
Koodia: [Valitse]
Section "Extensions"
   Option       "Composite" "Disable"
EndSection
pois, niin nyt se jo avaa sen työpöytätehosteet työkalun, muttei siltikään suostu asentamaan niitä "Työpöytätehosteita ei voitu ottaa käyttöön".

Äänien kanssa ei mitään edistystä.

Kuisma

  • Käyttäjä
  • Viestejä: 84
    • Profiili
Noniin sain äänet kuulumaan. Uudelleenkonfiguroin kaiken mitä ohje/manuaali kertoi. Eli pelkällä rävellyksellä lähti toimimaan. Tuo 3d homma vielä pitäis saada kondikseen.

Ilokaasu

  • Käyttäjä
  • Viestejä: 1547
    • Profiili
Lisää tuo

Koodia: [Valitse]
Section "Extensions"
   Option       "Composite" "Disable"
EndSection

Takaisin, mutta vaihda tuo Disable sana -> Enable   

Tallenna ja käynnistä X uudelleen (ctrl+alt+backspace)

Teeppä tuo ja kerro miten kävi 3Dn kanssa ?

Kuisma

  • Käyttäjä
  • Viestejä: 84
    • Profiili
Nyt lähti. Kiitoksia neuvosta. Olipa se pienestä kiinni.