O/S: FreeBSD 8.1-STABLE amd64
Audacity Version 1.3.12_4
Hi,
When opening a music file (wav,mp3,ogg,whatever), the waveform appears garbled on the display. It plays good though, it's just that the waveform is so distorted that it's not possible to work with.
I have attached a screenshot of the distortion, so that you see what I am talking about.
Any idea's how to resolve this ?
Cheers,
Rick
displaying waveform distortion
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: displaying waveform distortion
This problem happens a lot on Linux if you use an open source driver for ATI graphics instead of the intended proprietary driver manufactured by ATI. On Linux, the solutions if you don't want to use the ATI driver are to disable UMS (user mode setting) and use KMS instead (kernel mode setting). Or, disable "EXA solid" acceleration.
You can read about the bug as xorg tracked it here.
Gale
You can read about the bug as xorg tracked it here.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: displaying waveform distortion
Hi Gale,Gale Andrews wrote:This problem happens a lot on Linux if you use an open source driver for ATI graphics instead of the intended proprietary driver manufactured by ATI. On Linux, the solutions if you don't want to use the ATI driver are to disable UMS (user mode setting) and use KMS instead (kernel mode setting). Or, disable "EXA solid" acceleration.
You can read about the bug as xorg tracked it here.
Unfortunately on FreeBSD we don't have such thing as KMS.
Disabling the EXA Solid acceleration ? I am using XAA Acceleration, so it shouldn't apply...
Rick
Re: displaying waveform distortion
hmm...looking at the xorg bugtrack, discovered that someone said to put the option:Gale Andrews wrote:You can read about the bug as xorg tracked it here.
Option "MigrationHeuristic" "greedy"
in /etc/X11/xorg.conf
This worked and the waveform is displayed correctly.
However, not sure what features I am breaking or disabled now in the radeon driver...
Anyway, cheers for helping out!
Rick