I am trying to run multipule X screens i can't figure it out. It fails
or only starts on one monitor. I have tried $startx -- +xineama, but  
it fail i don't know what else todo. i can force in to load by $startx
-- -screen screen#.so any help would be great zippo. i have attached a
copy of my XF86Config-4 file.
Section "ServerLayout"
        Option          "DontZap" "yes"
        Identifier      "Server Layout"
        Screen          "Screen0"
        Screen          "Screen1" RightOf "Screen0"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        ModulePath      "/usr/X11R6/lib/modules"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load            "glx"
        Load            "dbe"
        #Load           "dri"
        Load            "extmod"
        #Load           "record"
        #Load           "xtrap"
        #Load           "speedo"
        #Load           "type1"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/mouse"
        Option          "Emulate3Button" "off"
        Option          "ZAxisMapping" "4 5"    
EndSection

Section "Monitor"
        Identifier      "A90f"
        VendorName      "ViewSonic"
        ModelName       "A90f"
        HorizSync       30-86
        VertRefresh     50-150
        Option          "dpms"
EndSection

Section "monitor"
        Identifier      "TV"
        VendorName      "MAGNAVOX"
        ModelName       "Just a Tv"
        HorizSync       30-50
        VertRefresh     60
        Option          "ConnectedMonitor" "TV"
        Option          "TVStandard" "NTSC-M"
        Option          "TVOutFormat" "COMPOSITE"
EndSection

Section "Device"
        Option          "DigitalVibrance" "3"
        Option          "NoLogo" "yes"
        Option          "Stereo" "3"
        Option          "HWcursor" "yes"
        Identifier      "NVIDIA Geforce 4 Ti4200"
        Driver          "nvidia"
        VendorName      "ASUS NVIDIA"
        BoardName       "NV25 [GeForce4 Ti4200]"
        BusID           "PCI:1:5:0"
EndSection

#Section "Device"
#       Identifier      "NVIDIA Geforce 4 Ti4200 TV"
#       Driver          "nvidia"
#       VendorName      "ASUS NVIDIA"
#       BoardName       "NV25 [Geforce4 Ti4200]"
#       BusID           "PCI:1:5:0"
#EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "NVIDIA Geforce 4 Ti4200"
        Monitor         "A90f"
        DefaultDepth    24
        SubSection "Display"
                Depth   24
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "NVIDIA Geforce 4 Ti4200"
        Monitor         "TV"
        DefaultDepth    24
        SubSection "Display"
                Depth   24
                Modes   "640x480"
        EndSubSection
EndSection

Reply via email to