Moin,
ich hab gestern mein altes Neverwinternights über Loki installiert und alles funktioniert bis auf den Sound. Ich hab das Netz ziemlich durchforstet aber bin leider nie wirklich weiter gekommen.
Hier nun ein paar Ausgaben:
rpm -qa | grep pulse
pulseaudio-utils-4.0.git.270.g9490a-8.1.x86_64
libpulse0-32bit-4.0.git.270.g9490a-8.1.x86_64
alsa-plugins-pulse-1.0.27-3.1.1.x86_64
libxine2-pulse-1.2.5-90.2.x86_64
pulseaudio-module-lirc-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-module-bluetooth-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-module-x11-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-module-jack-4.0.git.270.g9490a-8.1.x86_64
libpulse-mainloop-glib0-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-4.0.git.270.g9490a-8.1.x86_64
libpulse0-4.0.git.270.g9490a-8.1.x86_64
alsa-plugins-pulse-32bit-1.0.27-3.1.1.x86_64
pulseaudio-module-zeroconf-4.0.git.270.g9490a-8.1.x86_64
Nun die NWN Datei:
#!/bin/sh
###############################################################################
#
## LIFLG Startup Script
#
# Copyright (C) 2004-2007 Team LIFLG http://www.liflg.org/
#
#
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
###############################################################################
#
# The game binary
GAME_BINARY="nwmain"
# Subdirectory
SUBDIR="."
typeset -x SDL_DSP_NOSELECT=1
# Library directory
LIBDIR="./lib:./miles"
# Additional commandline options for mods etc.
CMD_ARGS=""
# Set the sdl audio driver (default: oss)
# More at http://icculus.org/lgfaq/#setthatdriver
#SDL_AUDIODRIVER="pulse"
export SDL_AUDIODRIVER=pulse
# Use US keyboard layout
#USLAYOUT="true"
# Set gamma for the game
#GAMMA="1.000"
# If you want to start the game on a second X server
# comment out the XSERVER* options.
# Useful if you run Xgl ;-)
#XSERVER="Xorg"
# for options run Xorg -help
#XSERVER_OPTIONS="-reset -terminate -br -quiet -nolisten tcp -to 30"
# display number
#XSERVER_DISPLAY=":1.0"
###############################################################################
## DO NOT EDIT BELOW THIS LINE
###############################################################################
Und hier nun die ini. Datei:
[Sound Options]
Speaker Type=-1
SoundFX Volume=0.60
Voice Volume=0.85
Music Volume=0.60
2D3D Bias=0.00
Number 3D Voices=8
Number 2D Voices=8
3D Provider=
Environment Effects=0
DisableSound=0
[Display Options]
UseLargeFont=0
RefreshRate=0
BitsPerPixels=32
Height=768
Width=1024
TexturePack=3
FullScreen=1
[Video Options]
Enable CreatureEnvironmentMapping=1
Enable TextureAnimations=1
EnableSkyboxes=2
CreatureShadowDetail=2
Gamma=1.000000
VideoQualitySetting=3
EnableEnvironmentShadows=1
EnableFastGrass=0
EnableGrass=1
CreatureWindSetting=2
Enable AnisotropicFiltering=0
Enable Truform=0
EnableVisualEffectsHigh=1
NumShadowCastingLights=3
ShinyWater=1
Enable VSync=1
AntiAliasing Mode=4
NumDynamicLights=8
Ich hoffe ihr könnt damit was anfangen. Bis jetzt war alle möglichen Versuche auf Alsa umzustellen fehlgeschlagen und auch andere "Umprogrammierungen" haben nicht den gewünschten Erfolg gebracht.
Danke!
Mit freundlichem Gruß
Timon
ich hab gestern mein altes Neverwinternights über Loki installiert und alles funktioniert bis auf den Sound. Ich hab das Netz ziemlich durchforstet aber bin leider nie wirklich weiter gekommen.
Hier nun ein paar Ausgaben:
Quote:
rpm -qa | grep pulse
pulseaudio-utils-4.0.git.270.g9490a-8.1.x86_64
libpulse0-32bit-4.0.git.270.g9490a-8.1.x86_64
alsa-plugins-pulse-1.0.27-3.1.1.x86_64
libxine2-pulse-1.2.5-90.2.x86_64
pulseaudio-module-lirc-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-module-bluetooth-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-module-x11-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-module-jack-4.0.git.270.g9490a-8.1.x86_64
libpulse-mainloop-glib0-4.0.git.270.g9490a-8.1.x86_64
pulseaudio-4.0.git.270.g9490a-8.1.x86_64
libpulse0-4.0.git.270.g9490a-8.1.x86_64
alsa-plugins-pulse-32bit-1.0.27-3.1.1.x86_64
pulseaudio-module-zeroconf-4.0.git.270.g9490a-8.1.x86_64
Quote:
#!/bin/sh
###############################################################################
#
## LIFLG Startup Script
#
# Copyright (C) 2004-2007 Team LIFLG http://www.liflg.org/
#
#
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
###############################################################################
#
# The game binary
GAME_BINARY="nwmain"
# Subdirectory
SUBDIR="."
typeset -x SDL_DSP_NOSELECT=1
# Library directory
LIBDIR="./lib:./miles"
# Additional commandline options for mods etc.
CMD_ARGS=""
# Set the sdl audio driver (default: oss)
# More at http://icculus.org/lgfaq/#setthatdriver
#SDL_AUDIODRIVER="pulse"
export SDL_AUDIODRIVER=pulse
# Use US keyboard layout
#USLAYOUT="true"
# Set gamma for the game
#GAMMA="1.000"
# If you want to start the game on a second X server
# comment out the XSERVER* options.
# Useful if you run Xgl ;-)
#XSERVER="Xorg"
# for options run Xorg -help
#XSERVER_OPTIONS="-reset -terminate -br -quiet -nolisten tcp -to 30"
# display number
#XSERVER_DISPLAY=":1.0"
###############################################################################
## DO NOT EDIT BELOW THIS LINE
###############################################################################
Quote:
[Sound Options]
Speaker Type=-1
SoundFX Volume=0.60
Voice Volume=0.85
Music Volume=0.60
2D3D Bias=0.00
Number 3D Voices=8
Number 2D Voices=8
3D Provider=
Environment Effects=0
DisableSound=0
[Display Options]
UseLargeFont=0
RefreshRate=0
BitsPerPixels=32
Height=768
Width=1024
TexturePack=3
FullScreen=1
[Video Options]
Enable CreatureEnvironmentMapping=1
Enable TextureAnimations=1
EnableSkyboxes=2
CreatureShadowDetail=2
Gamma=1.000000
VideoQualitySetting=3
EnableEnvironmentShadows=1
EnableFastGrass=0
EnableGrass=1
CreatureWindSetting=2
Enable AnisotropicFiltering=0
Enable Truform=0
EnableVisualEffectsHigh=1
NumShadowCastingLights=3
ShinyWater=1
Enable VSync=1
AntiAliasing Mode=4
NumDynamicLights=8
Danke!
Mit freundlichem Gruß
Timon