Discussion:
ASUS P5KPL-AM motherboard on-board sound laggs
(too old to reply)
C. G.
2012-09-17 19:28:06 UTC
Permalink
My motherboard's integrated sound chipset works, but when I watch a film, it only works fluently when the film is in a small window. As soon I enlarge the video player's window or maximize the film, the sound laggs a lot, and the video, too. But I think the problem comes from the sound driver and not from my graphics card nor it's driver because it's an nVidia GeForce 9800GT which works perfectly and it's driver, too. I don't have this problem with the same computer on Linux or Windows, just FreeBSD.

Here is the output of my "lspci -v" command :

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-CM Motherboard
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f9ffc000 (64-bit, non-prefetchable)
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
_______________________________________________
freebsd-***@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to "freebsd-hardware-***@freebsd.org"
Oliver Fromme
2012-09-18 13:48:36 UTC
Permalink
Post by C. G.
My motherboard's integrated sound chipset works, but when I watch a
film, it only works fluently when the film is in a small window. As
soon I enlarge the video player's window or maximize the film, the
sound laggs a lot, and the video, too. But I think the problem comes
from the sound driver and not from my graphics card nor it's driver
because it's an nVidia GeForce 9800GT which works perfectly and it's
driver, too. I don't have this problem with the same computer on
Linux or Windows, just FreeBSD.
I don't think your sound driver or audio hardware is to
blame. The fact that the problem depends on the size of
the window indicates that it is probably related to the
2D video acceleration, i.e. hardware scaler. I suspect
that you're using software scaling.

Please install the "xvinfo" tool from ports or packages.
It displays the status of the XVideo extension. The
output should look like this for hardware acceleration:

X-Video Extension version 2.2
screen #0
Adaptor #0: "Radeon Textured Video"

Of course the string ("Radeon") may vary, depending on
your graphics hardware. If you get an error message or
a string indicating software rendering, then that's
causing your video playback problem. In that case you
should check your Xorg configuration and maybe update
your Xorg video drivers.

Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd

"A misleading benchmark test can accomplish in minutes
what years of good engineering can never do." -- Dilbert (2009-03-02)
C. G.
2012-09-19 09:42:31 UTC
Permalink
Date: Tue, 18 Sep 2012 15:48:08 +0200
Subject: Re: ASUS P5KPL-AM motherboard on-board sound laggs
Post by C. G.
My motherboard's integrated sound chipset works, but when I watch a
film, it only works fluently when the film is in a small window. As
soon I enlarge the video player's window or maximize the film, the
sound laggs a lot, and the video, too. But I think the problem comes
from the sound driver and not from my graphics card nor it's driver
because it's an nVidia GeForce 9800GT which works perfectly and it's
driver, too. I don't have this problem with the same computer on
Linux or Windows, just FreeBSD.
I don't think your sound driver or audio hardware is to
blame. The fact that the problem depends on the size of
the window indicates that it is probably related to the
2D video acceleration, i.e. hardware scaler. I suspect
that you're using software scaling.
Please install the "xvinfo" tool from ports or packages.
It displays the status of the XVideo extension. The
X-Video Extension version 2.2
screen #0
Adaptor #0: "Radeon Textured Video"
Of course the string ("Radeon") may vary, depending on
your graphics hardware. If you get an error message or
a string indicating software rendering, then that's
causing your video playback problem. In that case you
should check your Xorg configuration and maybe update
your Xorg video drivers.
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart
Here is the output of the "xvinfo" command as you requested :

[***@PC-BSD] ~# xvinfo
xvinfo: Unable to open display

Sorry...
_______________________________________________
freebsd-***@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to "freebsd-hardware-***@freebsd.org"
C. G.
2012-09-29 01:24:17 UTC
Permalink
Date: Wed, 19 Sep 2012 09:41:27 +0000
Subject: RE: ASUS P5KPL-AM motherboard on-board sound laggs
Date: Tue, 18 Sep 2012 15:48:08 +0200
Subject: Re: ASUS P5KPL-AM motherboard on-board sound laggs
Post by C. G.
My motherboard's integrated sound chipset works, but when I watch a
film, it only works fluently when the film is in a small window. As
soon I enlarge the video player's window or maximize the film, the
sound laggs a lot, and the video, too. But I think the problem comes
from the sound driver and not from my graphics card nor it's driver
because it's an nVidia GeForce 9800GT which works perfectly and it's
driver, too. I don't have this problem with the same computer on
Linux or Windows, just FreeBSD.
I don't think your sound driver or audio hardware is to
blame. The fact that the problem depends on the size of
the window indicates that it is probably related to the
2D video acceleration, i.e. hardware scaler. I suspect
that you're using software scaling.
Please install the "xvinfo" tool from ports or packages.
It displays the status of the XVideo extension. The
X-Video Extension version 2.2
screen #0
Adaptor #0: "Radeon Textured Video"
Of course the string ("Radeon") may vary, depending on
your graphics hardware. If you get an error message or
a string indicating software rendering, then that's
causing your video playback problem. In that case you
should check your Xorg configuration and maybe update
your Xorg video drivers.
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart
xvinfo: Unable to open display
Sorry...
_______________________________________________
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
_______________________________________________
freebsd-***@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to "freebsd-hardware-***@freebsd.org"
Loading...