@flyceo:
Evrything about the TV-Out support on G-series cards should be handled
in the drivers readme file, here's the link:
[
http://tuxx-home.at/projects/mga/4.4/readme.txt]
If you have any problems configuring this setup, come back here with more
detailed information, especially I need to see your xorg.conf and Xorg.0.log
files.
@seth:
Again, out of the readme file:
- Code: Select all
Example: Clone Mode
Section "Device"
Identifier "G400_1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "G400_2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
Option "Tv" "yes"
EndSection
Section "ServerLayout"
Identifier "Layout1"
Screen "Screen0"
Screen "Screen1"
Option "Xinerama"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
So, the clone mode on this card requires a ServerLayout section like the
one above.
Additionally, there's a good HOWTO (unfortunately, only in german)
available here:
[
http://wiki.unixboard.de/index.php/HowTo:DualHead]
But the configuration examples it self are in Xorg language and therefore
they should be understandable
