Results 1 to 2 of 2
when im watching a movie in vlc at random times it gets distorted. i just fixed a problem with the video card by installing the newest driver but i doupt ...
- 05-10-2009 #1Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 187
[SOLVED] VLC Problem or Sound?
when im watching a movie in vlc at random times it gets distorted. i just fixed a problem with the video card by installing the newest driver but i doupt the sound would have the same problem. Any theories are welcome.
- 05-10-2009 #2Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 187
kk i found a fix for it on another form which has worked for me here is the code
Code:
su -c 'gedit /etc/pulse/default.pa'
and replace the line:
Quote:
load-module module-hal-detect
with:
Quote:
load-module module-hal-detect tsched=0
(of course save your changes and then move on to the next step)
Next run the following command:
Code:
su -c 'yum -y install pavucontrol pavumeter paman padevchooser paprefs alsa-plugins-pulseaudio gstreamer-plugins-pulse pulseaudio pulseaudio-core-libs pulseaudio-esound-compat pulseaudio-libs pulseaudio-libs-glib2 pulseaudio-libs-zeroconf pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils xine-lib-pulseaudio xmms-pulse'
DO NOT RUN THE FOLLOWING COMMAND AS ROOT
next, Run this command
Code:
pulseaudio -k
and you're done... test out the audio and see how it works.


