AV Receiver, Beamer and the TV
#1
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?
Reply
#2
Native res of Beamer ad LCD please?
ASRock Beebox J3160 4GB RAM 120GB SATA SSD - Harmony Elite BT
Intel NUC Kit DN2820FYKH 4GB RAM 120GB SATA SSD - Harmony Smart Control BT
all @ Libreelec Testbuild
HP N54L @ Ubuntu 14.04.4 Minimal Server / MySQL DB
HP N40L @ Ubuntu 14.04.4 Minimal Server
Reply
#3
LCD:
1920x1080
Beamer:
1280x720
Reply

Logout Mark Read Team Forum Stats Members Help
AV Receiver, Beamer and the TV1