To whom it may concern, 
I'm having problems getting X to run. I have a PNY
Technologies GeForce MMX 440 AGP / TwinView. I use the
TV Out as my primary display. I get a Fatal server
error: No Screens Found when I try to startx. Attached
is a copy of my XF86Config file and my XFree86.0.log
file. Any assistance you can provide would be most
appreciated. 

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen AGP TwinView" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "ServerLayout"
        Identifier     "AGPTwinView"
        Screen         "Screen AGP TwinView" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
    # Load the glx module.
        Load  "glx"
        Load  "extmod"
        Load  "type1"
        Load  "freetype"
EndSection

Section "ServerFlags"
        Option      "allowmouseopenfail"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "MyMonitor"
        VendorName   "Monitor Vendor"
        ModelName    "Compaq SVGA"
        HorizSync    35.2 - 38.0
        VertRefresh  56.0 - 60.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "NV AGP TwinView"
        Driver      "nvidia"
        VendorName  "nvidia"
        Option      "TwinView"
        Option      "SecondMonitorHorizSync" "30-50"
        Option      "SecondMonitorVertRefresh" "60"
        Option      "TwinViewOrientation" "Clone"
        Option      "MetaModes" "NULL,1024x768; 1024x768,1024x768; 800x600,800x600; 
640x480,640x480"
        Option      "ConnectedMonitor" "CRT,TV"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen AGP TwinView"
        Device     "NV AGP TwinView"
        Monitor    "MyMonitor"
        DefaultDepth     24
        Option      "TVStandard" "NTSC-M"
        Option      "ConnectedMonitor" "TV"
        Option      "TVOutFormat" "SVIDEO"      #"COMPOSITE"
        Option      "TVOverScan" "1.0"
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1024x768" "800x600" "640x400"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Attachment: XFree86.0.log
Description: XFree86.0.log

Reply via email to