I found the answer while I am searching my-self but answer is here.
The magic's name is: "BusId".
Code:
death@triQuad:~> cat /etc/X11/xorg.conf.d/50-device.conf
Section "Device"
Identifier "ATI 3300 IGP"
Driver "radeon"
BusId "PCI:1:5:0"
## Required magic for radeon/radeonhd drivers; output name
## (here: "DVI-0") can be figured out via 'xrandr -q'
#Option "monitor-DVI-0" "Default Monitor"
EndSection
death@triQuad:~>
Fixes the problem.
System works almost perfect. One little glitch is I think I couldn't put my bart sleep/powersave mode in linux yet.
Currently takes ~25W alone.
Thank you for the hint