> Having trouble with TV out. The error states that monitor found but
> cannot find the correct mode.
> 
> Could someone please post their XFree86.conf settings for TVOUT
> especially if they have a geforce2 and PAL  (and australia :-))
> 
> I have installed the 6629 nvidia drivers and tried the nvidia tvou
> XFree86 conf file.

This is my xorg.conf. I'm in Australia, not that that should make any
difference. My card is a GeForce4 MX 440.

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"

        ModulePath   "/usr/X11R6/lib/modules/extensions/nvidia"
        ModulePath   "/usr/X11R6/lib/modules/extensions"
        ModulePath   "/usr/X11R6/lib/modules"

        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
###     FontPath     "/usr/X11R6/lib/X11/fonts/freefont"
### These added by PME 24Feb05
        FontPath     "/usr/share/fonts/bitmap-fonts"
        FontPath     "/usr/share/fonts/bitstream-vera"
        FontPath     "/usr/share/fonts/default"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/tv-fonts"

        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "v4l"
        Load  "extmod"
        #Load  "xie"
        #Load  "pex5"
        Load  "glx"
        #Load  "dri"
        #Load  "GLcore"
        Load  "dbe"
        Load  "record"
        Load  "freetype"
        Load  "speedo"
        Load  "type1"
        Load  "fbdevhw"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"

        Option "AutoRepeat" "3 250"
        Option "XkbModel"   "pc105"
        Option "XkbLayout"  "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons" "2"
###     Option      "Buttons" "3"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Philips"
        ModelName    "80cm TV"
        HorizSync    30.0 - 50.0
#       VertRefresh  60.0 - 60.0
        VertRefresh  50.0 - 60.0
#       ModeLine "640x480PAL"   29.50 640  675  678  944  480  530  535  625
#       ModeLine "720x576PAL"   27.50 720  744  800  880  576  581  583  625
#       ModeLine "800x600PAL"   36.00 800  818  820  960  600  653  655  750
        # Generated from http://sh.nu/nvidia/gtf.php. Note that if use 50 Hz
        # as refresh rate the hsync comes out at 29.65 which is below what's
        # specified above.
        # 720x576 @ 51.00 Hz (GTF) hsync: 30.29 kHz; pclk: 27.14 MHz
        Modeline "720x576_51.00"  27.14  720 736 808 896  576 577 580
594  -HSync +Vsync
###     Option       "dpms"
EndSection

###Section "ServerFlags"
###     Option       "blank time"    "10"
###     Option       "standby time"  "20"
###     Option       "suspend time"  "30"
###     Option       "off time"      "60"
###EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Palit"
        BoardName   "NVIDIA GeForce 4 (generic)"
        Option      "RenderAccel" "1"
###     BusID       "PCI:1:0:0"

###     Option "NvAGP" "1"
        Option "NvAGP" "3"
###     Option "IgnoreEDID" "1"
#       Option "ConnectedMonitor" "CRT, TV"
        Option "ConnectedMonitor" "TV"
#       Option "ConnectedMonitor" "CRT"

### Options for simultaneous view on both CRT & TV
###        Option "TwinView"
#        Option "TwinView" "True"
#       Option "TwinViewOrientation" "Clone"
#        Option "SecondMonitorHorizSync"     "30-50"
#        Option "SecondMonitorVertRefresh"   "60"

#        Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600;
640x480, 640x480;"
#        Option "MetaModes" "800x600, 800x600; 640x480, 640x480;
1024x768, 1024x768;"

        Option "TVStandard" "PAL-B"
        Option "TVOutFormat" "SVIDEO"
#       Option "TVOverScan" "Decimal value in range 0.0 to 1.0"
        Option "TVOverScan" "0.60"
        Option "NoBandWidthTest" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
#       Virtual 800 600
        DefaultDepth      24
#       SubSection "Display"
#               Depth     1
#               Virtual 800 600
#       EndSubSection
#       SubSection "Display"
#               Depth     4
#               Virtual 800 600
#       EndSubSection
#       SubSection "Display"
#               Depth     8
#               Virtual 800 600
#       EndSubSection
#       SubSection "Display"
#               Depth     15
#               Virtual 800 600
#       EndSubSection
#       SubSection "Display"
#               Depth     16
#               Virtual 800 600
#       EndSubSection
        SubSection "Display"
###                Viewport   0 0
                Virtual 800 600
                Depth     24
                Modes    "800x600" "720x576_51.00"
        EndSubSection
EndSection

# Don't know what this is - copied from
# http://wilsonet.com/mythtv/xorg.conf-SVid.txt
#Section "DRI"
#        Group        0
#        Mode         0666
#EndSection

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

Reply via email to