Hi,
seems to be the xbmc (linux), because if I boot up with a "normal" TV connected to HDMI until the bootscreen appears and then switch to HDFury (also HDMI), the xbmc also doesn't start... if I otherwise boot full with the TV connected (until the xbmc navigation appears) and switch than, there is a picture on HDfury

may there is something to set in xorg.conf...?
Greetings
Limx
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Capabilities" "0x00000800"
Option "HWCursor" "false"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection