Kodi Community Forum

Full Version: Video over HDMI on XBMC Live
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi all,

New to the forum and to XBMC, and already hooked as the rest of you Smile

Have som issues though;

I have a Dell Precision M6400 Covet, one difference though between mine and the one in the attached URL, mine have a NVIDIA QUADRO FX2700M 512MB instead of a Quadro FX 3700M.
I'm running latest XBMC Live (10.1)from a USB stick.
All works fine except getting the video and audio out to my flatscreen through the DisplayPort/HDMI.
I'm guessing and hoping it's all a matter of missing drivers.

I've searched everywhere for a solution but can't find any.

Any suggestions are appreciated!

Thank you in advance!

EDIT #1: The Video/Audio works over the DisplayPort (DP) / HDMI cable when in Windows 7. So nothing wrong with the connector or the cable.

EDIT #2: It doesn't seem to be a problem for this guy running a second monitor through the DisplayPort using Nvidia configuration tool; http://ubuntuforums.org/showpost.php?p=9...stcount=23
Am I able to do that on XBMC Live? Why I'm asking instead of trying it out is due to my lack of linux knowledge :/
I just got it confirmed from this guy that he got it working - either by settings in XBMC or through drivers, the later sounds more to be the solution.
He couldn't however remember exactly how he did as he ended up not using the system as it got overheated, and hence not able to look up the solution anymore.

Anyway, I now have more hope, I just need someone to help me with this :confused2: someone who actually knows Ubuntu.

Appreciate any help!
Sorry to bump the thread, but I still haven't found a solution to my problem :/

Last shot now, any soul out there who is kind enough to help me install latest Nvidia drivers on my XBMC Live? Smile
hate to spoil it but I have posted in last 3 weeks posts on how to do what you ask,

At risks of turning into a PARROT this time only. Next time do a bit of searching instead of just posting yet another topic about same old stuff.

1) you need to be running your xbmc and access it via putty or other SSH terminal.

then

2)
Code:
sudo apt-get install python-software-properties pkg-config -y
sudo add-apt-repository [b]ppa:team-iquik/nvidia-vpau
sudo apt-get update[/b]
[b]sudo apt-get install nvidia-current nvidia-settings libvdpau1 libvdpau-dev[/b]
And you should install latest 275.19 drivers nvidia settings (same Version) and Newest vdpau (needed for Hw accelerated decoding)

cheers
Well, I've done a lot of searching and followed a lot of guides during the past three weeks but none of the solutions has worked for me.
I have however not tried your method yet, so I'll give it a try and get back Smile

Thanks!
X3lectric Wrote:2)
Code:
sudo apt-get install python-software-properties pkg-config -y
sudo add-apt-repository [b]ppa:team-iquik/nvidia-vpau
apt-get update[/b]
[b]sudo apt-get install nvidia-current nvidia-settings libvdpau1 libvdpau-dev[/b]

So, this is what I receive when trying to update (through ssh):
Code:
xbmc@XBMCLive:~$ sudo apt-get install python-software-properties pkg-config -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-software-properties is already the newest version.
Package pkg-config is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package pkg-config has no installation candidate
Code:
xbmc@XBMCLive:~$ sudo add-apt-repository ppa:team-iquik/nvidia-vpau
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 1B05262E084BDE67358EF400210AE75EDC1FE094
gpg: requesting key DC1FE094 from hkp server keyserver.ubuntu.com
gpg: key DC1FE094: "Launchpad Addons PPA" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
Code:
xbmc@XBMCLive:~$ apt-get update
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock the list directory
Code:
xbmc@XBMCLive:~$ sudo apt-get install nvidia-current nvidia-settings libvdpau1 libvdpau-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-current is already the newest version.
nvidia-settings is already the newest version.
nvidia-settings set to manually installed.
libvdpau1 is already the newest version.
libvdpau1 set to manually installed.
E: Couldn't find package libvdpau-dev
try

sudo apt-get update

and repeat.
Nevemind... I also found you card in the 275 series drivers...

Sorry for the error.
@ jawilljr

thats the drivers version Im offering for upgrade (via non maual install which is considerably better, then when virre done that, well move on to see if that fixes both his issues...
X3lectric Wrote:@ jawilljr

thats the drivers version Im offering for upgrade (via non maual install which is considerably better, then when virre done that, well move on to see if that fixes both his issues...


All updated now, but still no video over DisplayPort/HDMI.

I guess now we have to find a way to switch between the internal monitor and the external screen? In windows this is done by hitting FN+F8.
check this out http://forum.xbmc.org/showpost.php?p=506251&postcount=1

and post your original xorg.conf on pastebin and back it up before making any changes.

but if you mean change from terminal into xbmc its done via Ctrl+Alt+F7
X3lectric Wrote:check this out http://forum.xbmc.org/showpost.php?p=506251&postcount=1

and post your original xorg.conf on pastebin and back it up before making any changes.

but if you mean change from terminal into xbmc its done via Ctrl+Alt+F7

No, I meant getting the video out to my TV-screen through the DisplayPort, switching between the internal monitor and my TV, that's the main issue.

And I'm not really sure what to check out in your linked thread. I'm not getting any picture at all.

EDIT: Actually, I wouldn't even need the ability to switch between the screens, for me it's more than enough to only get the video out to the TV. When I want to use the computer for other tasks I'll just unplugg the USB and boot from the internal HDD.
thats exactly the problem Linux X server what xbmclive uses to display to a device requires it to be configured to that device.

see each monitor/TV requires its own xorg.conf you cant have one for all just like that. (you can but its more complicated.)

if its expecting one device and finds another it wont work, this is why I said look at that post. I guess I should have explained that before.

Before the drivers may have not supported your card now they do, now all is left is xorg.conf.
X3lectric Wrote:thats exactly the problem Linux X server what xbmclive uses to display to a device requires it to be configured to that device.

see each monitor/TV requires its own xorg.conf you cant have one for all just like that. (you can but its more complicated.)

if its expecting one device and finds another it wont work, this is why I said look at that post. I guess I should have explained that before.

Before the drivers may have not supported your card now they do, now all is left is xorg.conf.

Something like this?

http://pastebin.com/SHaY7M4k
something like that hers mine but I used the script on signature to identify the screen/device

hers my xorg.conf

Code:
Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
        Option "NoLogo" "true"
        Option "DynamicTwinView" "false"
        Option "FlatPanelProperties" "Scaling = Native"
        Option "ModeValidation" "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
        Option "UseDisplayDevice" "DFP-0"
        Option "NoFlip" "false"      
        Option "ModeDebug" "false"
        Option "HWCursor" "false"
        Option "ConnectToAcpid" "0"
EndSection

Section "Screen"
        Identifier "screen"
        Device "nvidia"
        DefaultDepth 24
        SubSection "Display"
                Depth 24
                Modes "1920x1080_60_0" "1920x1080_24"
        EndSubSection
EndSection

Section "Extensions"
        Option "Composite" "false"
EndSection

#  --- Modes in ModePool for SAMSUNG (DFP-0) ---
#  "nvidia-auto-select" : 1920 x 1080 @  60.0 Hz  
#  "1920x1080"          : 1920 x 1080 @  60.0 Hz  
#  "1920x1080_60"       : 1920 x 1080 @  60.0 Hz  
#  "1920x1080_60_0"     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
#  "1920x1080_50"       : 1920 x 1080 @ 50 Hz (CEA-861B Format 31)
#  "1920x1080_30"       : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34)
#  "1920x1080_25"       : 1920 x 1080 @ 25 Hz (CEA-861B Format 33)
#  "1920x1080_24"       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32)
#  "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
#  "1920x1080_50i"      : 1920 x 1080 @  50.0 Hz Interlace  
#  "1600x1200"          : 1600 x 1200 @  60.0 Hz  
#  "1600x1200_60"       : 1600 x 1200 @  60.0 Hz  
#  "1360x768"           : 1360 x  768 @  60.0 Hz  
#  "1360x768_60"        : 1360 x  768 @  60.0 Hz  
#  "1280x1024"          : 1280 x 1024 @  60.0 Hz  
#  "1280x1024_60"       : 1280 x 1024 @  60.0 Hz  
#  "1280x720"           : 1280 x  720 @  60.0 Hz  
#  "1280x720_60"        : 1280 x  720 @  60.0 Hz  
#  "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
#  "1280x720_50"        : 1280 x  720 @  50.0 Hz  
#  "1024x768"           : 1024 x  768 @  60.0 Hz  
#  "1024x768_60"        : 1024 x  768 @  60.0 Hz  
#  "800x600"            :  800 x  600 @  60.3 Hz  
#  "800x600_60"         :  800 x  600 @  60.3 Hz  
#  "720x576"            :  720 x  576 @ 50 Hz (CEA-861B Format 18)
#  "720x576_50"         :  720 x  576 @ 50 Hz (CEA-861B Format 18)
#  "720x480"            :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3)
#  "720x480_60"         :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3)
#  "640x480"            :  640 x  480 @  60.0 Hz  
#  "640x480_60"         :  640 x  480 @  60.0 Hz  
#  --- End of ModePool for SAMSUNG (DFP-0): ---
In this case the device is Option "UseDisplayDevice" "DFP-0"

sometimes its DFP-1 or another similar....
Pages: 1 2