I'm running Ubuntu 8.04 meant intended for use as a mythtv box with tv connected via hdmi as the only display.
I've installed fxglr from ubuntu repos and it would work on monitor connected to VGA/DVI but not over hdmi.
Here's my xorg config that would bring video to tv if only ati driver is disabled. Otherwise I get a black screen. Has anyone who faced such an issue was able to sort it out?
TIA.
Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
# Driver "fglrx"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection