Kodi Community Forum
AV Receiver, Beamer and the TV - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: AV Receiver, Beamer and the TV (/showthread.php?tid=151136)



AV Receiver, Beamer and the TV - ooPhil86oo - 2013-01-07

Hello,

I´m using XBMC since 1 mounth and I love it, but I have some problems.

My System:
Hp N40L with a ATI HD 6450 (XBMCbuntu 11 Eden) ==> Yamaha RX-V767 (2 HDMI Outputs) ==> Toshiba TV and the Acer H5360BD

When I´m boot the pc with the TV everything is allright, but when I take the Acer I have a black edge. So I tastet some settings and comands and I find a way to solve the problem. But now its become strange.

I wrote a little shell-script under /usr/local/bin/

#!/bin/bash
aticonfig --set-dispattrib=DFP1,positionY:0
aticonfig --set-dispattrib=DFP1,positionX:0
aticonfig --set-dispattrib=DFP1,sizeY:720
aticonfig --set-dispattrib=DFP1,sizeX:1280

then I create a autostart file:

/etc/xdg/autostart$ cat vollbild.desktop
[Desktop Entry]
Type=Application
Name=vollbild
exec=/usr/local/bin/disp.sh

A Reboot, logout and login and so and nothing happens. So I installed gnome-session-properties and choosen the file, now when I loged in XBMCbuntu it works but not in XBMC.

My next step was to take a look in the /usr/share/xsessions/XBMC.desktop and I found that it starts xbmc-standalone. So I edit /usr/bin/xbmc-standalone and added one line:

....
do
$XBMC
sh /usr/local/bin/disp.sh
...

But nothing even happens.

So what do I wrong?

I have no any Idea?


RE: AV Receiver, Beamer and the TV - john.cord - 2013-01-07

Native res of Beamer ad LCD please?


RE: AV Receiver, Beamer and the TV - ooPhil86oo - 2013-01-07

LCD:
1920x1080
Beamer:
1280x720