Greg Madden wrote:
> On Friday 22 July 2005 06:21 pm, [KS] wrote:
> 
> 
> What you are seeing is the Xinerama feature, turn it 'off' to have two 
> separate screens.
> 
> Option                "Xinerama" "on"

Commenting it out didn't make a difference. I think the TwinView option
on the top might be taking preference. To have separate screen all I
needed was to have different sections for the two monitors, devices(same
Nvidia card), screens and change the ServerLayout section appropriately.

I forgot to post the current xorg.conf for desired functioning in the
other post: http://lists.debian.org/debian-user/2005/07/msg03215.html

Here is it for reference:

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV36 [GeForce FX 5700LE]-0"
        Driver          "nvidia"
        #Driver         "nv"
        BusID           "PCI:1:0:0"
        Screen          0
#       Option          "TwinView"
#       Option          "SecondMonitorHorizSync"   "30-70"
#       Option          "SecondMonitorVertRefresh" "50-160"
#       Option          "TwinViewOrientation"      "RightOf"
#       Option          "MetaModes"                "1280x1024,1280x1024;
1024x768,1024x768"
#       Option          "ConnectedMonitor"         "crt,crt"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV36 [GeForce FX 5700LE]-1"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection

Section "Monitor"
        Identifier      "Sony CPD E200"
        Option          "DPMS"
        #HorizSync      30-75
        #VertRefresh    50-85
        HorizSync       30-85
        VertRefresh     48-120
#       Modeline        "[EMAIL PROTECTED]" 83.91 1280 1312 1624 1656 800 816 
824 841
EndSection

Section "Monitor"
        Identifier      "DELL E772c"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "NVIDIA Corporation NV36 [GeForce FX 5700LE]-0"
        Monitor         "Sony CPD E200"
        DefaultDepth    24

        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1440x900" "1400x1050" "1280x1024" 
"1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1440x900" "1400x1050" "1280x1024" 
"1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1440x900" "1400x1050" "1280x1024" 
"1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1440x900" "1400x1050" "1280x1024" 
"1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1440x900" "1400x1050" "1280x1024" 
"1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1440x900" "1400x1050" "1280x1024" 
"1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "NVIDIA Corporation NV36 [GeForce FX 5700LE]-1"
        Monitor         "DELL E772c"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "Screen0"
        Screen          1 "Screen1" RightOf "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

#This section should start gdm with only 1 monitor(Sony) enabled
Section "ServerLayout"
        Identifier      "SingleMonitor"
        Screen          "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to