Hi all,

I have a dual monitor setup:

2GHz P4
ASUS P4B266
512MB DDR
Matrox Parhelia video card
Phillips 107P (Primary)
ViewSonic P95f+ (Secondary)
Red Hat 8.0 (2.4.18-24.8.0 kernel)

Here is my XF86Config:

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen         "Screen 1" LeftOf "Screen 2"
        Screen         "Screen 2" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
        Option      "Xinerama"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load  "dbe"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
        Option      "XkbCompat" ""
EndSection

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

Section "Monitor"
        Identifier   "Philips"
        ModelName    "Philips 107P"
        HorizSync    30.0 - 92.0
        VertRefresh  50.0 - 160.0
EndSection

Section "Monitor"
        Identifier   "ViewSonic"
        ModelName    "ViewSonic P95f+"
        HorizSync    30.0 - 110.0
        VertRefresh  50.0 - 160.0
EndSection

Section "Device"
        Identifier  "MGA CARD 1"
        Driver      "mtx"
        BoardName   "Parhelia 512d"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "MGA CARD 2"
        Driver      "mtx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "MGA CARD 1"
        Monitor    "Philips"
        DefaultFbbpp     32
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 2"
        Device     "MGA CARD 2"
        Monitor    "ViewSonic"
        DefaultFbbpp     32
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

How do I tell Gnone to not split windows across the two screens?  I'd like the
window to appear int he center of the active window or at least just the
Primary screen.

Thanks,
Steven



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to