displaying waveform distortion

This section is now closed.
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.
Locked
unixland
Posts: 7
Joined: Thu Sep 16, 2010 6:33 am
Operating System: Please select

displaying waveform distortion

Post by unixland » Fri Sep 17, 2010 7:30 pm

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
screenshot-s.jpg
screenshot of waveform distortion
screenshot-s.jpg (976.84 KiB) Viewed 1085 times

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: displaying waveform distortion

Post by Gale Andrews » Sat Sep 18, 2010 8:31 am

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

unixland
Posts: 7
Joined: Thu Sep 16, 2010 6:33 am
Operating System: Please select

Re: displaying waveform distortion

Post by unixland » Sat Sep 18, 2010 1:52 pm

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.
Hi Gale,

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

unixland
Posts: 7
Joined: Thu Sep 16, 2010 6:33 am
Operating System: Please select

Re: displaying waveform distortion

Post by unixland » Sat Sep 18, 2010 2:05 pm

Gale Andrews wrote:You can read about the bug as xorg tracked it here.
hmm...looking at the xorg bugtrack, discovered that someone said to put the option:

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

Locked