Hi,

i managed to get the tv out running on my matrox g450.
The main problem now is that the picture is black and white and
unstable.
Are there any things i can do to fine tune the output?
Also the configuration of X was a bit incomplete,
he mist to write the config for the first monitor.
http://www.bglug.ca/matrox_tvout/g450_tvout_howto.html

I use a debian/sid, nova-t(90002) and a PAL TV.


here is my xf86config.
---

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbOptions"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "MATROX CARD 1"
        Driver          "fbdev"
        VendorName      "Matrox"          
        BoardName       "G450"
        Driver          "fbdev"
        BusID           "PCI:1:0:0"    
        Option          "UseFBDev"       
        Option          "HWcursor" "no"  
        Option          "fbdev" "/dev/fb0"
EndSection

Section "Device"
        Identifier  "MATROX CARD 2"
        Driver      "fbdev"
        VendorName  "Matrox"
        BoardName   "G450"
        Option      "fbdev" "/dev/fb1"
EndSection

Section "Monitor"
    Identifier   "console"
    VendorName   "Unknown"
    ModelName    "Unknown"
    HorizSync    30 - 50  
#    VertRefresh  50 - 75      
EndSection

Section "Screen"
        Identifier "Display 1"
        Device     "MATROX CARD 2"
        Monitor    "console"
        DefaultDepth 16        
        SubSection "Display"
                Depth     16   
                Modes    "768x576"
        EndSubSection
EndSection



Section "Screen"
        Identifier "Display 2"
        Device     "MATROX CARD 2"
        Monitor    "console"
        DefaultDepth 16        
        SubSection "Display"
                Depth     16   
                Modes    "768x576"
        EndSubSection
EndSection



Section "ServerLayout"
        Identifier      "tvout"
        Screen          "Display 1" 0 0
        Screen          "Display 2" RightOF "Display 1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


thx for your help

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to