Mailinglist Archive: radeonhd (308 mails)
| < Previous | Next > |
[radeonhd] TV out via VGA connector
- From: "Lucas Clemente Vella" <lvella@xxxxxxxxx>
- Date: Fri, 21 Mar 2008 17:59:07 -0300
- Message-id: <b3440b570803211359p4fd234aq829d314f38035c98@xxxxxxxxxxxxxx>
In the preliminary code for TV Out found on git repository, it seems
to be assumed that the TV is connected in a TV-specific connector:
src/rhd_monitor.c:
else if (Connector->Type == RHD_CONNECTOR_TV)
Monitor = rhdMonitorTV(Connector);
Can't rhdMonitorTV() be called on a VGA connector? There should be a
way to determine if a TV is connected through a VGA to video
component/SVideo adaptor.
--
Lucas Clemente Vella
lvella@xxxxxxxxxxxx
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
to be assumed that the TV is connected in a TV-specific connector:
src/rhd_monitor.c:
else if (Connector->Type == RHD_CONNECTOR_TV)
Monitor = rhdMonitorTV(Connector);
Can't rhdMonitorTV() be called on a VGA connector? There should be a
way to determine if a TV is connected through a VGA to video
component/SVideo adaptor.
--
Lucas Clemente Vella
lvella@xxxxxxxxxxxx
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |