XFree86 4.0, Enlightenment 16.4, and Xinerama...

Edward Glowacki glowack2@msu.edu
Fri, 21 Apr 2000 09:58:43 -0400 (EDT)


On Fri, 21 Apr 2000, Michael Malinak wrote:
> Would you mind sending (or posting to the list) your XF86Config file.. I've yet
> to be able to drag between windows.  Also any luck with this running under
> kernal 2.3.99pre*?
> When I compiled the kernel XFree 4.0 couln't find my 2nd video card even though
> it could under 2.2.14.
> Anyone else have this problem?
> Michael

I'm running it under FreeBSD right now.  I had problems originally, but
then I told the BIOS to set the PCI card as the primary and the AGP as
secondary and that seemed to help.  However, I also did a lot of other
stuff trying to get this to work so that may not be necessary, considering
it detected my card just fine before.  Anyways, here's my now-working
XF86Config:

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

Section "Files"
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"
        ### Available Driver options are:-
        Option     "accel"
        #Option     "crt_screen"
        #Option     "composite_sync"
        #Option     "linear"
        #Option     "probe_clocks"
        #Option     "shadow_fb"
        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"
        ### Available Driver options are:-
        #Option     "NoAccel"
        Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "Dac6Bit"
        #Option     "Dac8Bit"
        #Option     "UseFBDev"
        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     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"   
                Depth     16   
        EndSubSection
        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     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "DRI"
EndSection



-- 
Edward Glowacki			glowack2@msu.edu
Network Services		
Michigan State University