LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Matrox G450 32MB, VGA-RGB, XF86Config-4 (https://www.linuxquestions.org/questions/linux-software-2/matrox-g450-32mb-vga-rgb-xf86config-4-a-290114/)

^kossu 02-14-2005 12:04 PM

Matrox G450 32MB, VGA-RGB, XF86Config-4
 
Hi

I want to use vga-rgb (scart) cable on linux. I dont know how to do it. I can make it on windows.

In windowsXP i use Radeon 9700pro and Finlux 28" (16:9) with powerstrip parametrs 720x576=720,15,144,81,576,1,3,17,14328,312

Now i need to get it work on linux (debian sarge) with Matrox G450 and the same TV (28"). I know it need to do somehow Modeline ********* but im not sure where to put it. And what parameters i need, so my TV dont get broken.

Im not going to use any other displays, only the TV. Now im using TFT-monitor, what i need to change so i can boot my computer safely, Tv connected...

Here is my XF86Config-4
Code:

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"      "pc104"
        Option          "XkbLayout"    "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"      "true"
        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          "Emulate3Buttons"      "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "mga"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync      31-80
        VertRefresh    56-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor        "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth          1
                Modes          "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          4
                Modes          "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          8
                Modes          "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          15
                Modes          "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          16
                Modes          "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          24
                Modes          "800x600" "640x480" "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Here is how i think it should be done (never tryed):
Code:


Chancing "Monitor" and "screen" sections like that?

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync      15-20
        VertRefresh    60
        Option          "DPMS"
        Modeline "720x576" 14,328 720 735 879 960 576 577 580 597        interlace +hsync +vsync
EndSection
..
..
..
..

..
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor        "Generic Monitor"
        DefaultDepth    24

        SubSection "Display"
                Modes        "720x576"
        EndSubsection

EndSection

Am i even close? :)

My english is f*****

Thanks, ^kossu

^kossu 02-15-2005 11:29 AM

^^

^kossu 02-16-2005 09:48 AM

^^


All times are GMT -5. The time now is 08:33 AM.