[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xfree 4.0.2 + mga + Dualhead config...



"Allan M. Wind" wrote:
> 
> On 2001-03-22 17:03:34, Max Lock wrote:
> 
> >  Thanks to Martin W?rtele for a copy of a valid XF86Config-4 file I was
> > missing the screen entry in the device sections.
> 
> Could I have a copy of your XF86Config-4 please?

 Hi Allan,

 No problem, I've attached Martin's as mine, contains some rather dodgy
Modelines :)

 -Cheers Max.


-- 
Max Lock, Linux Systems Administrator, TELE2 uk. 

Linux like wigwam. No windows, no gates, Apache inside.
Section "ServerLayout"
	Identifier     "Configured by Martin"
	Screen "Screen 0" RightOf "Screen 1"
	Screen "Screen 1"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath "/usr/X11R6/lib/X11/fonts/sharefont/"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option "AutoRepeat" "500 30"
	Option "XkbRules"   "xfree86"
	Option "XkbKeymap"  "xfree86(de)"
	Option "XkbModel"   "pc102"
	Option "XkbLayout"  "de"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "IMPS/2"
	Option      "Device" "/dev/psaux"
	Option      "Buttons" "5"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Iiyama"
	ModelName    "Vision Master Pro 510"
	HorizSync    30-130
	VertRefresh  60-160
	#Option      "DPMS"

	# 75 Hz
	#ModeLine "1856x1392"   288.00   1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
	# 75 Hz
	#ModeLine "1792x1344"   261.00   1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
	# 85 Hz
	ModeLine "1792x1344"   295.80   1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
	# 85 Hz
	ModeLine "1600x1200"   229.50   1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
EndSection

Section "Monitor"
	Identifier   "Monitor1"
        VendorName   "Targa"
        ModelName    "TM 4217 ONLD"
        HorizSync    30-65
        VertRefresh  50-120
        #Option      "DPMS"

	#ModeLine "1024x768"    78.80   1024 1040 1136 1312   768 769 772 800 +hsync +vsync
	#ModeLine "1024x768"    80      1024 1048 1128 1304   768 783 792 807 +hsync +vsync
	ModeLine "1024x768"    84.99   1024 1040 1216 1328   768 768 778 802 +hsync +vsync
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "PciRetry"
        #Option     "SyncOnGreen"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "Overlay"
        #Option     "MGASDRAM"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "ColorKey"
        #Option     "SetMclk"
        #Option     "OverclockMem"
        #Option     "VideoKey"
        #Option     "Rotate"
        #Option     "TexturedVideo"
        #Option     "XAALines"
        #Option     "Crtc2Half"
        #Option     "Int10"
        #Option     "DigitalScreen"
        #Option     "TV"
        #Option     "TVStandard"
        #Option     "CableType"
	
	Identifier  "Card0"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G400DH AGP"
	BusID       "PCI:1:5:0"
	Screen	    0
EndSection

Section "Device"
	Identifier  "Card1"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G400DH AGP"
        BusID       "PCI:1:5:0"
	Screen      1
			
EndSection

Section "Screen"
	Identifier "Screen 0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
		Modes           "1792x1344" "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes           "1792x1344" "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes           "1792x1344" "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes           "1792x1344" "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes           "1792x1344" "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes           "1792x1344" "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection

	DefaultDepth      16
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Depth     1
                Modes            "1024x768"
        EndSubSection
        SubSection "Display" 
                Depth     4 
                Modes           "1024x768" 
        EndSubSection
        SubSection "Display"
                Depth     8 
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes           "1024x768"
        EndSubSection

        DefaultDepth      16
EndSection


Section "DRI"
	#Mode    0666
EndSection


Reply to: