|
|
#1 | |
|
Registered User
Join Date: Mar 2009
Posts: 1
|
Hi,
I am planning to build a linux workstation or two that have both advanced scientific computing (via CUDA and Stream) as well as multimedia/HTPC/gaming capabilities. Towards that end, for starters, I am trying to figure out (with some certitude) as to which of Nvidia's IGPs listed below (taken from this HTPC building guide) are fully supported under linux, including working 7.1 channel LPCM audio over HDMI: - GeForce 8200 & 8300, nForce 750a & 780a SLI mGPU for AMDLooking at the installation guide for the latest 180.37 release under the supported GPU section, we have these AMD chipsets as being supported by the current driver: But, does support here mean that they are fully supported, i.e. including 7.1 channel LPCM over HDMI audio? On the Intel side, when one searches for 9300 and 9400 in that list, these entries come up: GeForce 9400 GT 0x042Cnone of which seem to be the 9300/9400 chipset IGPs. Does this mean that those IGPs are NOT supported by the current linux driver (and if so, is support planned in a (near term) future version of the linux driver?) Thanks in advance for help, tips and pointers. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2008
Posts: 128
|
Myself and at least 2 other people I know are looking for the same information as well. Thanks for posting, hopefully Stephen or someone can clear this up.
|
|
|
|
|
|
|
#3 |
|
XBMC Project Manager
Join Date: Mar 2009
Location: Sweden
Posts: 1
|
HEAR HEAR!
*BUMP* |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Feb 2009
Posts: 12
|
Hi there,
I'm a proud owner of a NV 9300M GS. I'm trying to force it to play 7.1 pcm audio over hdmi for a week now or so. The problem seems to be alsa which (afaik) supports only up to 6 channels (?). So does mplayer in my experience. Maybe you can help me make it work and together we can answer the question: does it support 7.1 lpcm or not. Awaiting your answer. regards, -- Luke |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jan 2009
Posts: 2
|
I also tried in vain to get true multichannel pcm through HDMI. I have the 8200 and the SPDIF -> HDMI allows me to send AC3/DTS and stereo PCM through HDMI along with video.
But... since the intel chipset allows multichannel pcm and nvidia currently does not, I am led to believe it is a problem with the driver and not alsa's fault. This last piece is the only thing holding me back from a true server based htpc. (long ago, my entire CD/DVD collection went into archival storage) |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Jan 2009
Posts: 2
|
Suprised noone has any information on this. Does everyone focus on the video and neglect the benefits of high definition audio?
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Apr 2008
Posts: 106
|
The nvidia graphics driver has nothing to do with audio; ALSA does. Currently, ALSA's nvhdmi driver only supports stereo PCM.
Code:
static struct hda_pcm_stream nvhdmi_pcm_digital_playback = {
.substreams = 1,
.channels_min = 2,
.channels_max = 2,
.nid = 0x4, /* NID to query formats and rates and setup streams */
.rates = SNDRV_PCM_RATE_48000,
.maxbps = 16,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
.ops = {
.open = nvhdmi_dig_playback_pcm_open,
.close = nvhdmi_dig_playback_pcm_close,
.prepare = nvhdmi_dig_playback_pcm_prepare
},
};
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: May 2003
Location: Sunnyvale, CA
Posts: 116
|
An official patch to add 7.1 support for some IGPs (probably all the ones where the hardware can do it) just showed up on LKML.
http://lkml.indiana.edu/hypermail/li...6.0/00081.html
__________________
--phil |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If Nvidia is commited to Linux support, why do I feel ignored? | JonnyIncognito | NVIDIA Linux | 1 | 06-21-12 03:45 PM |
| Linux GTX 675M support | geophph | NVIDIA Linux | 37 | 06-13-12 07:40 PM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| nVidia Linux drivers with Linux on Mac, help? | Thetargos | NVIDIA Linux | 0 | 05-13-12 12:52 PM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |