HDMI dualscreen + sound

I have a Dell XPS m1330, with arch linux and xmonad. At home I got a LCD TV which I want to connect to my computer via a HDMI cable. I want to have both sound and picture and I don't want to clone the picture.
So first I want to know if it is possible? and if it is I would be very thankful for some points on how to achieve this.
Thanks in advance!

hi!
nvidia-settings can not find a monitor plugged in via hdmi port.
I got the Studio XPS 1340, so it's a dual-core card.
This is my xorg.conf:
Section "ServerLayout"
Identifier "Dell Studio XPS 1340 Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
EndSection
Section "Module"
Load "dbe"
Load "dri2"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "SendCoreEvents" "true"
Option "VertScrollDelta" "80"
Option "HorizScrollDelta" "80"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
Option "VertTwoFingerScroll" "true"
Option "HorizTwoFingerScroll" "true"
Option "EmulateTwoFingerMinZ" "10"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "qwertz"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LGD"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 9500M GS"
BusID "PCI:3:0:0"
Option "SLI" "Auto"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBLXVisuals" "On"
Option "NoLogo" "True"
Option "BackingStore" "False"
Option "TripleBuffer" "True"
Option "OnDemandVBlankInterrupts" "True"
Option "RandRRotation" "True"
Option "RegistryDwords" "PerfLevelSrc=0x3333"
Option "UseInt10Module" "True"
Option "TwinView" "True"
Option "NoPowerConnectorCheck" "True"
#Option "MultiGPU" "1, yes, on, true, Auto"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "False"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
I could really use some help on this, as nothing I plug in over the hdmi port gets recognized. It's quite annoying.
I used some settings from the wiki for the configuration of my xorg.conf.
When using this configuration I get some errors in the log, complaining about the second core (that's what I guess) not being able to be initialised by the nvidia driver. Very strange:
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) Feb 18 15:04:47 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Feb 18 15:04:47 NVIDIA(0): enabled.
(EE) Feb 18 15:04:47 NVIDIA(0): Failed to initialize one NVIDIA graphics device!
(WW) Feb 18 15:04:47 NVIDIA(0): Failed to initialize SLI configuration. Reason: One GPU
(WW) Feb 18 15:04:48 NVIDIA(0): failed to initialize; Only one GPU will be used for this X
(WW) Feb 18 15:04:48 NVIDIA(0): screen.
(II) Feb 18 15:04:48 NVIDIA(GPU-0): Skipping Power Connector Check.
(II) Feb 18 15:04:49 NVIDIA(0): NVIDIA GPU GeForce 9400M G (C79) at PCI:3:0:0 (GPU-0)
(--) Feb 18 15:04:49 NVIDIA(0): Memory: 524288 kBytes
(--) Feb 18 15:04:49 NVIDIA(0): VideoBIOS: 62.79.3f.00.01
(--) Feb 18 15:04:49 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Feb 18 15:04:49 NVIDIA(0): Connected display device(s) on GeForce 9400M G at PCI:3:0:0:
(--) Feb 18 15:04:49 NVIDIA(0): LGD (DFP-0)
(--) Feb 18 15:04:49 NVIDIA(0): LGD (DFP-0): 330.0 MHz maximum pixel clock
(--) Feb 18 15:04:49 NVIDIA(0): LGD (DFP-0): Internal Dual Link LVDS
(II) Feb 18 15:04:49 NVIDIA(0): Assigned Display Device: DFP-0
(==) Feb 18 15:04:49 NVIDIA(0):
(==) Feb 18 15:04:49 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Feb 18 15:04:49 NVIDIA(0): will be used as the requested mode.
(==) Feb 18 15:04:49 NVIDIA(0):
(II) Feb 18 15:04:49 NVIDIA(0): Validated modes:
(II) Feb 18 15:04:49 NVIDIA(0): "nvidia-auto-select"
(II) Feb 18 15:04:49 NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) Feb 18 15:04:50 NVIDIA(0): DPI set to (112, 112); computed from "UseEdidDpi" X config
(--) Feb 18 15:04:50 NVIDIA(0): option
(==) Feb 18 15:04:50 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(EE) Feb 18 15:04:50 NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device PCI:2:0:0.
(EE) Feb 18 15:04:50 NVIDIA(GPU-1): Please check your system's kernel log for additional error
(EE) Feb 18 15:04:50 NVIDIA(GPU-1): messages and refer to Chapter 8: Common Problems in the
(EE) Feb 18 15:04:50 NVIDIA(GPU-1): README for additional information.
(EE) Feb 18 15:04:50 NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
(II) Feb 18 15:04:50 NVIDIA(0): Initialized GPU GART.
(II) Feb 18 15:04:50 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
(II) Feb 18 15:04:50 NVIDIA(0): enough to receive ACPI display change hotkey events.
(II) Feb 18 15:04:50 NVIDIA(0): Setting mode "nvidia-auto-select"
Please help me out, guys

Similar Messages

  • MacBook Pro 17 - Mini Display Port to HDMI - No Sound??

    The support page from December 15, 2010 mentions "Mini DisplayPort in the latest Mac models enables audio and video output for the latest multimedia standards: DisplayPort and HDMI."
    MacBook Pro 17 from Mid 2010. Can someone be more specific as I purchased a MBP 17 in August, connected the Moshi Mini DP to HDMI Adapter with Audio Support that I purchased from the Apple Store and NO sound??

    I actually had the same problem as you did, i then selected the sound output to HDMI and it worked. But then the tv always doesnt plays the sound. It percectly works once and then the other time it wont. I checked through the setting, did not work. Lastly i restarted my mac and it worked. so now whenever i have a problem with the sound, i restart my mac. I wish someone comes up with a solution to this problem.

  • Mini dvi to hdmi no sound

    Hi all, when I connect my MacBook Air to my TV using a mini dvi to hdmi connection I have to use external speakers using the headphone connection!
    when I try alt+click volume icon in menu bar I get no option to select a different output device?
    is sound not supported by a mini dvi to hdmi connection?
    Model Name:          MacBook Air
    Model Identifier:          MacBookAir4,1

    The MBair 4,1 shows as being the 11" 2011 model.  This model has a thunderbolt port where you plug a MiniDisplay to HDMI adapter and HDMI cable.  If you use an adapter that supports sound, it should be listed as an output device.
    http://store.apple.com/us/product/H1824ZM/A/Moshi_Mini_DisplayPort_to_HDMI_Adapt er?fnode=MTY1NDA3Ng
    Regards,
    Captfred

  • Mini Displayport to HDMI Adapter - Sound?

    I have hooked up my mini by the Mini Displayport to HDMI adapter to my Philips FlatTV. Sound is only played by the internal mini speaker, not from TV.
    According Apple Support the sound should be working on the TV when using the adapter. They reckon my adapter is broken.
    I know that there is no sound from the Minidvi to HDMI adapter unless you use external audio cable, but with the Mini Displayport?
    Has anyone actually managed to make this work?
    Thanks!

    As already pointed out in this thread, Apple currently do not support routing audio out via the Mini Displayport connector even though the Displayport specifications allow for this. Therefore a 'standard' Mini Displayport to HDMI adapter will not be able to provide audio since the Mac will not be sending it.
    However many people have been disappointed with Apple's omission and as a result at least one manufacturer of adapters has developed a solution to workaround this.
    If you look at http://www.monoprice.com/products/product.asp?cid=104&cp_id=10428&cs_id=1042802&pid=5311&seq=1&format=2 you will see the 'standard' style Mini Displayport to HDMI adapter which due to Apple, does not currently provide audio. If you however look at this model http://www.monoprice.com/products/product.asp?cid=104&cp_id=10428&cs_id=1042802&pid=6331&seq=1&format=2 then it gets round the problem by connecting to both the Mini Displayport on a Mac and the Mac's Mini TOS-Link digital output and then 'merges' them together before sending them out via a single HDMI cable. This would therefore provide audio to your TV.

  • Dvi to hdmi with sound support

    I was looking for a way to watch movies from my MBP (mid-2011 13") on a HD LCD TV, and I found an HDMI port in the back of the TV. I went to the Apple store and picked up a Kanex "Mini DisplayPort to HDMI Cable (with sound support)." The picture looks great, but there's no sound. Is there a switch I need to activate somewhere that turns on the sound for the DVI port? Do I need to set anything on the TV?

    Try going to System Preferences > Sound and chose your TV as an output source. Also, go into Applications > Utilities > Audio MIDI Setup and in the left side of the window chose the output source. If these don't work then you may have a problem with your TV, it may not support audio from a HDMI cable. In that case you could use a Digital Optical Cable (TOSlink) with a 3.5mm adapter for the headphone jack of your Mac and plug that into your TV (if it has a Optical Output).

  • Mba-11,mini dp to hdmi adapter =sound not working.

    its a moshi bought from apple store,the picture is fine,but im not getting sound out,into 40"lcd,yes ive changed sound prefs,funny thing it works in vista on bcamp,ive heard 10.6.4 broke compatibility from 10.6.3,anyone else had this problem?anyone has a moshi hdmi to mdport with mba 11 that does work with sound?should i take back?

    really?it works for u,i bought it from the apple store last week,i did the sound prefs[changed to lcd]etc,it works with the picture but no sound,on both my new mbpro 15 i7 and my new mba 11,i get sound in vista under bcamp on mbpro,but no sound in osx,should i take back,its a moshi one,wat u think,thanks for help too.

  • MacBook Pro 13" mid 2010 model (7.1): Mini Displayport to HDMI , no Sound

    I bought my MacBook Pro on October 2010.
    Also, in the SystemProfiler I can see that the "Audio Built-in" has HDMI in the list. And my macBook Version is 7.1 and am having OSX 10.6.7
    I recently bought Sony Bravia KDL-40EX720 LED HDTV. And tried connecting the Display using a Mini-DisplayPort to HDMI. The Video works fine but cant get audio working. Also, the SystemPreference->Sound->Output has only Internal Audio in there.
    Today I even tried with my office LCD HDTV from Samsung and Toshiba. Got the same result .. no Sound.
    Where as my Father's MacBook Pro 13" which he got a couple of months earlier than mine got both Video/Audio working on his Panasonic Plasma TV. He is also using the same MiniDisplayPort to HDMI adapter I am using. But as I live some thousands miles away from home i can't check by connecting the Panasonic with my MacBookPro.
    I have been looking out the forums and post all over the internet for any solution or relief but none so far. I still haven't had a clue if its the TV or the MacBook thats having this audio via HDMI issue.
    Any, suggestion will be highly appreciated.
    Regards,
    Sapam

    I have the same MBP Version 7.1 that you have and it also states in the System Profiler HDMI Display port
    Output: Connection : Display. Now what that means, im not sure.
    But i have also connected an HDMI cable via an adapter made by iWires Tech Link purchased at the Apple store and have the same problem as you, only video with no sound from the TV.
    I've looked at the settings that eww has suggested in System Preferences > Sound > Output tab and their is no options available for HDMI out, or Display Audio or anything else for that matter, except built in speakers, and Audio port for sound output.
    Which lead me to use the Audio port to send the sound out via an amp and speaker system independent to the TV.
    Thats why i researched for the other adapters which send out the sound and the audio through the same adapter.

  • My ipad doesn´t conect to tv with HDMI only sound.

    I try to conect my IPAD wiht a HDMI adaptor to my TV, start a video but only sound working.

    It should work for both generations.  It won't mirror with the iPad1, but it should play videos.  My iPad1 DID play videos - for a week or two.  Then it quit working with the HDMI adapter.  Still behaves as before with the Component adapter.  Nothing wrong with the cables, tv, etc.  Aftyer ruling out all else, I exchanged the Apple HDMI adaprter for a new one - same thing.  My iPad1 now has no idea there is an external tv/display connected when using the HDMI adapter.  I suspect my mistake was in updating the iPad to the newest iOS software release.  I'll bet this is what broke it.  The question is:  Will this bug be fixed, or is this new non-compliance going to be considered by Apple to be a  'feature'?
    Apple?

  • 2011 Macbook Pro w/ MiniDisplayPort to HDMI, NO SOUND?

    Hey guys, I am having problems setting up my 2011 MacBook Pro to my tv via the MiniDisplayPort.  The visuals are transferred great and I can see everything shows up fine but the sound still plays back through my MacBook Pro speakers.  I have tried going into my SOUND OUTPUT settings but HDMI is not showing up there.  Any idea's on what I could do to fix this?  Thanks, also; If you need more information just drop a comment and let me know

    HDMI is frustrating indeed, it either works or it doesn't. Any component can prevent it from functioning. You might try temporarily disabling or uninstalling those other audio output options, to ensure nothing is hijacking your MBP's audio prior to the Thunderbolt port.
    Don't forget to investigate the settings for your TV as well, to ensure it is not looking elsewhere for the audio signal.
    This is the adapter I use:
    Mini DisplayPort | Thunderbolt® to HDMI® Adapter w/ Audio Support
    It just works.
    Edit: I would not have thought the technique at the end of this post would work, but apparently it did for at least one person:
    HDMI audio out with MacBook Pro (2011)
    Try that too.
    Message was edited by: John Galt

  • HDMI TV sound

    Using HDMI to connect new Macbook Pro to TV gets great picture but no sound on TV speakers. Stand-alone speakers connected via laptop earphone jack do not work. How to get sound to TV?

    Try going to System Preferences/Sound>output tab and see if you can select your TV there as the source for audio.
    Best

  • HDMI and Sound

    I have connected my macbook pro to TV through HDMI, however, there is no sound, is there any setting i should switch on? or apple doesn't support it?
    Thanks.

    You need something like this to connect your headphone port to the audio line in on your TV:
    http://www.amazon.com/Audio-Y-cable-Black-3-5MM-2-RCAM/dp/B0002J1LES/ref=pdbbs1?ie=UTF8&s=electronics&qid=1197468535&sr=8-1
    You can find them at Radio Shack, Target, etc.
    Or, if your TV has digital audio input, you can use a toslink to mini-plug cable:
    http://www.amazon.com/gp/product/B00016W6Y6/ref=pdcp_e_3?pf_rd_p=250314601&pf_rd_s=center-41&pf_rd_t=201&pf_rd_i=B000FMXKC8&pf_rd_ m=ATVPDKIKX0DER&pf_rdr=00598T8ERSJCDJWQC7PF
    Hope this helps...

  • Hdmi cable sound wont come out even when the settings say that the sound is coming from tv

    Macbook pro, new last August.
    The weird part about this is that it worked about an hour before this happened and then I unplugged it and it stopped. The HDMI cable is plugged into the side of the laptop and the screen duplicator works fine but the sound doesn't come out. When I go to my settings, the sound is selected for the tv but nothing is coming out... the volume is up on the tv.

    i have managed to fix this issue in a way that im not even sure how..

  • HDMI no sound with Windows 7 upgrade

    I am unable to get sound with HDMI , but visual is working, after upgrading from Vista to Windows 7.  G70 series laptop, s/n 2CE92870KS.
    Under control panel/device manager/display adapters, what is listed is mobile intel (r) 4 series express chipset family.
    Under control panel/device manager/sound video games, what is listed is coexant high definition smart audio 221 and intel high definition audio hdmi. 
    Under control panel/sound/playback, what is listed is coexant high definition smart audio 221.
    I am floundering greatly trying to figure out why the intel high definition audio hdmi is not listed under sound/playback.  I would greatly appreciate any help.  Thanks 

    Hi Jim,
    Try this to see if it helps.  Download the Chipset driver and Graphics driver on the links below and save the installers to your Desktop.
    Chipset
    Graphics Driver
    Next, in Device Manager, open Display Adapters, right click on the Intel graphics chip and select Properties.  Click the Driver tab and then select uninstall.  When done, do the same for the for the Intel High Definition Audio Codec found under Sound Video and Game Controllers.
    Now return to the Desktop and install the Chipset driver and then the Graphics driver.  When complete, reboot the PC and see if this has helped.  Check in Device Manager that both the Intel Graphics and the Intel Hi Definition Audio codec have reinstalled successfully and whether you now see the HDMI Audio option under playback devices ( found in Control Panel, Sound ) as shown as the top option on the screenshot below ( ignore the fact that it's ATI, i just mean the TV icon option ).
    http://s175.photobucket.com/albums/w146/rproffitt2​000/?action=view&current=7Speakers.png&newest=1
    If it shows up correctly, try the HDMI connection and see if it now functions properly.
    Best wishes,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • HDMI - no sound from Tv

    Hi
    i am using hdmi cable to connect my laptop to a samsung tv. the picture is fine in the telly but the sound only comes through the laptop not the telly.
    could someone please help
    thanks

    Hi,
    Could you post back with the following.
    1.  The full Model No. of your norebook ( ie dv5-1130ea ) or the Part No.
    2.  The operating system you have installed.
    3.  In windows Control Panel, open Device Manager, open up Display Adapters.  What device is listed here?
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Hardware recommendation: HDMI video+sound and vdpau [solved]

    Subject says it all.  Looking to re-purpose an older machine to interface with an HDTV via HDMI.  Requirements are:
    1) Video and sound out via HDMI
    2) VDPAU
    Will an 8400GS fit the bill?
    Last edited by graysky (2012-04-22 11:53:00)

    I have a 8400Gs PCI card with feature set B. However even with feature set A there is complete acceleration of h.264.
    But my 8400GS is weak for advanced deinterlacing. GT520 looks like a better choice if your motherboard has PCIe.
    Edit: For high quality deinterlacing of HD video most people seem to recommend the GT430, it is more powerful than the GT520.
    Edit 2: GT220 should also be OK for deinterlacing, but does not have HD audio passthrough.
    Last edited by ronnylov (2012-04-25 08:24:23)

Maybe you are looking for