Displaying 20 results from an estimated 100000 matches similar to: "DSD Audio Support Over HDMI"
2014 Sep 30
6
[Bug 84515] New: [NV96] HDMI audio works, but has audio gaps or pauses
https://bugs.freedesktop.org/show_bug.cgi?id=84515
Priority: medium
Bug ID: 84515
Assignee: nouveau at lists.freedesktop.org
Summary: [NV96] HDMI audio works, but has audio gaps or pauses
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: ppaalanen
2015 Mar 17
0
Realplayer audio/video plays fast & noisy on nVidia HDMI connected to HDTV
Hello,
This's my first ever post to CentOS lists. Sorry if I made any mistakes. My
family is familiar with this RealPlayer Gold 11 and hesitate to use VLC or
others. I googled a lot and tried different settings to no avail. Could you
please tell me what I need to edit in order to slow down the audio/video
playback of this old player? All other apps - even some older than
Realplayer can play
2013 Mar 09
0
hdmi audio out
I have an hp DV9347cl with a GeForce Go 7600. HDMI audio out doesnt
work with either nvidia or nouveau driver in linux, and only works with
an old version of the nvidia driver as described here:
http://h30434.www3.hp.com/t5/Notebook-PC-Sound-and-Audio-e-g-Windows-8/No-Audio-from-dv9000-HDMI-to-Sony-HD-TV/td-p/30293
So, is anyone familiar with pass thru type hdmi audio in the nouveau
driver?
2017 Nov 24
1
[Bug 103896] New: [optimus, reverse PRIME] no HDMI audio
https://bugs.freedesktop.org/show_bug.cgi?id=103896
Bug ID: 103896
Summary: [optimus, reverse PRIME] no HDMI audio
Product: xorg
Version: 7.7 (2012.06)
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2013 Jul 03
0
[PATCH] drm/nva3/disp: Fix HDMI audio regression
This is the nva3 counterpart to commit beba44b17 (drm/nv84/disp: Fix
HDMI audio regression). The regression happened as a result of
refactoring in commit 8e9e3d2de (drm/nv84/disp: move hdmi control into
core).
Reported-and-tested-by: Max Baldwin <archerseven at gmail.com>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
The actual testing was done on a NVCF card (550 Ti).
2011 Dec 22
0
6.2 Radeon HDMI audio gotcha
I had some trouble (now solved) with the recent upgrade to 6.2.
There was no sound from the DVI/HDMI output and video played back
much too fast. Booting kernel-2.6.32-131.21.1.el6.x86_64
restored sound and video playback. The solution is to add
'radeon.audio=1' to the kernel arguments from grub and the new
kernel also worked.
I'm using CentOS 6 on a media computer with the
2013 Mar 13
4
[Bug 62305] New: No HDMI Audio out (pass-thru) on Geforce 7600 Go
https://bugs.freedesktop.org/show_bug.cgi?id=62305
Priority: medium
Bug ID: 62305
Assignee: nouveau at lists.freedesktop.org
Summary: No HDMI Audio out (pass-thru) on Geforce 7600 Go
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: doug at
2013 Jul 24
0
[PATCH] [RFC] drm/nouveau: bring back hdmi audio device after switcheroo power down
Op 24-07-13 09:13, Dave Airlie schreef:
> After a full device powerdown via the optimus power switch, we seem
> to lose the HDMI device completely on power on, this keep track of
> whether we had a hdmi audio sub function device at power on, and
> pokes a magic register to make it reappear after the optimus power
> switch is thrown.
>
> This at least works on my NVC4 machine,
2017 Jan 11
1
[PATCH] drm/nouveau: Fix HDA ELD handling (thus, HDMI audio) on gt215
Store the ELD correctly, not just enough copies of the first byte
to pad out the given ELD size.
Signed-off-by: Alastair Bridgewater <alastair.bridgewater at gmail.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c
2012 Apr 22
6
[Bug 49061] New: HDMI output clipped since commit of 'enable sending of avi/audio infoframes'
https://bugs.freedesktop.org/show_bug.cgi?id=49061
Bug #: 49061
Summary: HDMI output clipped since commit of 'enable sending of
avi/audio infoframes'
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity:
2012 Oct 31
10
[Bug 56601] New: 9600m GT HDMI output no video or audio.
https://bugs.freedesktop.org/show_bug.cgi?id=56601
Priority: medium
Bug ID: 56601
Assignee: nouveau at lists.freedesktop.org
Summary: 9600m GT HDMI output no video or audio.
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: vekinn at gmail.com
Hardware: x86-64 (AMD64)
2010 Dec 15
9
[Bug 32406] New: nouveau fails to send hotplug event to ALSA hda hdmi audio
https://bugs.freedesktop.org/show_bug.cgi?id=32406
Summary: nouveau fails to send hotplug event to ALSA hda hdmi
audio
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau
2015 Oct 10
2
[PATCH v2 0/2] drm/nouveau: add support for 2560x1440@56 over HDMI
These patches are adding support for outputting 2560x1440 at 56 over HDMI.
This needs a pixel clock of 225 MHz which was not supported before.
This was tested in a dual monitor setup with a GF114 (GTX 560 TI) and
one HDMI monitor running with 2560x1440 at 56 and one DVI monitor running
with 1920x1200 at 60. This still needs testing on other graphics cards and
with dual link DVI.
There is no
2013 Jul 24
4
[PATCH] [RFC] drm/nouveau: bring back hdmi audio device after switcheroo power down
After a full device powerdown via the optimus power switch, we seem
to lose the HDMI device completely on power on, this keep track of
whether we had a hdmi audio sub function device at power on, and
pokes a magic register to make it reappear after the optimus power
switch is thrown.
This at least works on my NVC4 machine, probably needs testing on
a few other laptops with other nvidia GPUs.
2015 Aug 08
4
[PATCH 0/2] drm/nouveau: add support for 2560x1440@56 over HDMI
These patches are adding support for outputting 2560x1440 at 56 over HDMI.
This needs a pixel clock of 225 MHz which was not supported before.
This was tested in a dual monitor setup with a GF114 (GTX 560 TI) and
one HDMI monitor running with 2560x1440 at 56 and one DVI monitor running
with 1920x1200 at 60. This still needs testing on other graphics cards and
with dual link DVI.
There is no
2006 Mar 13
5
DSD Approved Products
Hi,
I am considering installing several `servers' in a facility that needs
to conform
with the products listed at: DSD Approved Products
http://www.dsd.gov.au/infosec/evaluation_services/epl/dap.html
As far as i can see freebsd performs above and beyond, for all the required
criteria in the act. Can we see freebsd listed as an approved product in the
near future?
Best Regards,
Jason - RF
2016 Dec 29
0
does nouveau support hdmi for NV50 family video cards?
I have a GeForce G 105M. That's, I guess, an NV50 family video card:
https://nouveau.freedesktop.org/wiki/CodeNames/#NV50
My question is... does Nouveau support HDMI with this video card?
According to https://nouveau.freedesktop.org/wiki/FeatureMatrix/ TVout is
"TODO" and HDMI audio is "DONE". What about HDMI video? Is that grouped
under TVout or is TVout supposed to be
2015 Dec 08
0
CentOS 6 pci audio card not enabled
CentOS 6 up-to-date 2.6.32-573.8.1.el6.x86_64
Gigabyte GA-Z68P-DS3
on-board audio BIOS disabled.
Intel I5
Pny 550Ti video
Envy 24HT pci audio module
I want to use the fiber in/out of the audio card, but it is not listed
in System/Preferences/Sound/Hardware, only the HDMI is available.
It was installed in the pci slot when the system CentOS 6.0 was installed.
I have searched all over Google,
2011 Mar 07
1
No sound with alsa and Nvidia HDMI
Hi,
I cannot get wine to recognize my audio device (Nvidia GT210 w/HDMI).
No other sound card is enabled. The right device for sound is hw:0,3. Alsa's speakertest works fine. Pulseaudio is completely removed from my system. Also Wine's pulse package is removed even though the trace still has some references to pulseaudio.
Winecfg displays only MIDI devices under ALSA. Direct Sound options
2011 Apr 22
1
No Sound Over nVidia HDMI
I've never had any issues with Wine and audio up until now. The machine is a HTPC which is connected to a TV via HDMI. Audio works perfectly in everything without changing any additional settings, but in Wine it just refuses to work. This machine has no other sound devices other than the HDMI audio output, the onboard audio is disabled.
Initially I just got the ALSA message about no master