I'm having a problem. i have a Asus Geforce 4 ti4200 DELUXE and i set it
up so that it uses my monitor(screen0) and my TV(screen1). I got that to
work but the server only spawns on one or the other. EX. if the server
spwans on the monitor then on the tv it is just a blank gray screen, but
with mouse cursor if i move the mouse to it, i set i up by making a new
monitor type and a new screen, etc ....

Section "ServerLayout"
        Identifier      "ServerLayout"
        Screen          "Screen0" 
        Screen          "Screen1" leftOF "Screen0" 
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"             # Double-buffering
        #Load  "GLcore"         # OpenGL support
        #Load  "dri"            # Direct rendering infrastructure
        Load  "glx"             # OpenGL X protocol interface
        Load  "extmod"          # Misc. required extensions
        #Load  "v4l"            # Video4Linux
        #Load  "record"         # X event recorder
        #You only need the following two modules if you do not use xfs.
        #Load  "freetype"       # TrueType font handler
        #Load  "type1"          # Adobe Type 1 font handler
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "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
EndSection

Section "Device"
        Identifier "NVIDIA GeForce 4 (generic)"
        Driver "nvidia"
        BusID "PCI:1:5:0"
        Screen 0
EndSection

Section "Device"
        Identifier "NVIDIA Geforce 4 TV"
        Driver "nvidia"
        BusID "PCI:1:5:0"
        Screen 1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "NVIDIA GeForce 4 (generic)"
        Monitor "A90f"
        DefaultDepth 24
        Option "NoLogo" "yes"
        Option "DigitalVibrance" "3"
        Option "Stereo" "3"
        Option "HWCursor" "yes"
                
        Subsection "Display"
                Depth 24
                Modes "1280x1024" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device "Nvidia Geforce 4 TV"
        Monitor "TV"
        DefaultDepth 24 
        Option "TVStandard" "NTSC-M"
        Option "ConnectedMonitor" "TV"
        Option "TVOutFormat" "COMPOSITE"
        Subsection "Display"
                Depth 24
                Modes "600x800"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

i need to be able to just run a program on the tv or screen1. i can
force it to work on the TV with $startx -- -screen screen1 but then
nothing on my desktop but that gray. if there is a way to run a program
on a different screen or swap screens or anytihing, any help would be
nice.
                                                Thanks Jason

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to