XFree86 4.0, Enlightenment 16.4, and Xinerama...

Edward Glowacki glowack2@msu.edu
Thu, 20 Apr 2000 17:49:43 -0400 (EDT)


OK, so I have X 4.0 running, that's not a problem.  It detects and
initializes both video cards and starts up with both of them.  My desktop
background shows up on both monitors.  However, I can't seem to move the
mouse between screens, nor can I figure out how to get anything else to
show up on the other monitor.  Any suggestions?  Unfortunately the XFree86
and Enlightenment pages have pretty useless documentation on getting these
things to work...

Here's my XF86Config file, with useless stuff snipped out, if it helps
any...

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen       0  "Screen1" 
        Screen       1  "Screen0" RightOf "Screen1"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        #Option      "Device" "/dev/mouse"
        Option      "Device" "/dev/psm0"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "DELL"
        ModelName    "D1025HTX"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 100.0
        Modeline  "1152x864"   92.00 1152 1208 1368 1474 864 865 875 895
        Modeline  "1024x768"   85.00 1024 1032 1152 1360 768 784 787 823
        Modeline  "800x600"    60.75 800 864 928 1088 600 616 621 657
-hsync -vsync
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "DEL"
        ModelName    "50ab"
        HorizSync    30.0 - 121.0
        VertRefresh  48.0 - 160.0
EndSection

Section "Device"
        Identifier  "ATI Mach64 GT"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Mach64 GT"
        ChipSet     "ati"
        ChipId      0x4754
        ChipRev     0x41
        BusID       "PCI:0:13:0"
EndSection

Section "Device"
        Identifier  "ATI Rage 128 Pro PF"
        Driver      "r128"
        VendorName  "ATI"
        BoardName   "Rage 128 Pro PF"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "ATI Mach64 GT"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                #Modes  "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "ATI Rage 128 Pro PF"
        Monitor    "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection


-- 
Edward Glowacki				glowack2@msu.edu