Never mind!  I got it working.  FYI - here's my XF86Config file.

dbr

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option      "xinerama"
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  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "record"
        #Load  "pex5"
        Load  "xtrap"
        #Load  "xie"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

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

Section "Monitor"
        Identifier   "External"
        VendorName   "Dell"
        ModelName    "D1025HTX"
        HorizSync    30.0 - 90.0
        VertRefresh  48.0 - 150.0
        ModeLine     "1024x768@75Hz(VESA)" 78.8 1024 1040 1136 1312 768 769 772 800 
+hsync +vsync
        Option      "dpms"
        Option  "CrtScreen"
EndSection

Section "Monitor"
        Identifier   "Internal"
        VendorName   "Dell"
        ModelName    "Inspiron 4100"
        HorizSync    31.5 - 90.0
        VertRefresh  59.0 - 75.0
        ModeLine     "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        ModeLine     "1400x1050" 151.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        ModeLine     "1400x1050" 162.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        ModeLine     "1400x1050" 184.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        Option      "dpms"        # -- 1400x1050 --
        # 1400x1050 @ 60Hz, 65.8 kHz hsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "ForcePCIMode"              # [<bool>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Radeon Mobility M6 LY"
        Option      "AGPMode" "2"               # <i>
        #Option     "CrtScreen"                 # [<bool>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        BusID       "PCI:1:0:0"
        #Option "VideoRam"      "16384"
        Screen  0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "ForcePCIMode"              # [<bool>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        Identifier  "Card1"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Radeon Mobility M6 LY"
        Option      "AGPMode" "2"               # <i>
        #Option     "CrtScreen"                 # [<bool>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        BusID       "PCI:1:0:0"
        #Option "VideoRam"      "16384"
        Screen  1
EndSection


Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "External"
        Option  "CrtScreen"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768@75Hz(VESA)"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Internal"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1400x1050"
        EndSubSection
EndSection


On Mon, 2002-04-08 at 12:56, David B. Ritch wrote:
> Great!
> 
> Then maybe someone can help me with this.  Whenever both the internal
> and external displays are active on my system under Xfree86, they show
> the same image.  How do I get them to show different images (and have
> different resolutions and refresh rates)?

-- 
David B. Ritch
High Performance Technologies, Inc.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to