I've got a nVidia GeForce4 MX440-SE, which is supposed to work fine w/ Freevo and TV. The driver is loaded, but whenever I start with this command:
 
startx -- :0 -screen Screen_tvout800 vt7 &
 
It comes back with (among other things):
*************************************************
(EE) NVIDIA(0): No modes remaining for display device TV-0
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.
 
Fatal server error:
no screens found
*************************************************
 
I'm running Redhat 9, and I'm using Freevo 1.3.2
 
PLEASE - If you know anything about this driver, etc., please lemme know what I can do to get this working!
 
Here's the pertinent info from my XF86Config file. There's other stuff, but I *think* this is the relevant stuff.
*************************************************
# XFree86 4 configuration created by redhat-config-xfree86
 
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Generic Monitor, 1280x1024 @ 60 Hz"
        HorizSync    31.5 - 64.3
        VertRefresh  50.0 - 70.0
        Option      "dpms"
EndSection
 
Section "Monitor"       
        Identifier      "TV"
        HorizSync       30-50
        VertRefresh     60
EndSection
 
Section "Device"
        Identifier  "videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
EndSection
 
Section "Screen"
        Identifier "Screen0"
        Device     "videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection
 
Section "Screen"
    Identifier  "Screen_tvout800"
    Device      "videocard0"
    Monitor     "TV"
    DefaultDepth 24
    Option "TVStandard" "NTSC"
    Option "ConnectedMonitor" "TV"
    Option "NoLogo" "on"
    Option "TVOutFormat" "SVIDEO"
 
    Subsection "Display"
        Depth       24
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
EndSection
*************************************************

Reply via email to