
Originally Posted by
homer0815
It says that there is an second card?!
Nope, that's ok. The first line
Code:
(II) RADEONHD(0): Unknown card detected: 0x9614:0x1458:0xD000.
says that the (unknown) graphics card is detected. And the second line
Code:
(--) RADEONHD(0): Detected an RS780 on an unidentified card
says that there is an RS780 graphics chip detected on this (unknown) card.
From your xorg.0.log I see that you are using the 'master' branch of the radeonhd driver. There is a newer 'r6xx-r7xx' branch which you can try. The Radeon HD 3300 has a rv620 chip. (see http://de.wikipedia.org/wiki/ATI-Radeon-HD-3000-Serie)
Concerning HDMI, the interesting parts from your xorg.0.log say:
Code:
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_DVI_SINGLE, "HDMI_TYPE_A DFP1", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_KLDSKP_LVTMA, RHD_OUTPUT_NONE } }
Enabling HDMI on DVI-D 1 because of config option
(WW) RADEONHD(0): Option "HDP" is not used
(WW) RADEONHD(0): Option "Monitor-DVI-0" is not used
Seems you have a "Monitor-DVI-0" section in your xorg.conf which is not used. And your computer want's to be connected to HDMI via the "DVI-D 1" port. Do you have seperate DVI and HDMI connectors?
My machine is connected via DVI and it just works by autosensing the monitor and its capabilities.
In your log I see that your monitor seems to be detected correctly either:
Code:
(II) RADEONHD(0): Output VGA_1 disconnected
(II) RADEONHD(0): Output DVI-D_1 connected
(II) RADEONHD(0): Using exact sizes for initial modes
(II) RADEONHD(0): Output DVI-D_1 using initial mode 1920x1080
which means xorg reckognizes your Toshiba-TV monitor running on DVI-D_! and setting it to the default resulution of 1920x1080.
Don't know either why you don't get something to see on it?!
Does your monitor work with the proprietary ATI-Drivers? Perhaps you get some more information by comparing the two xorg.0.logs.