Hi folks,
Can anyone post me a working X4.0.2 XF86Config file, I've put mine
below, trouble is, I can't get the second head recognised. In the server
startup messages the first head initialises just fine then no mention of
the second head. The card is a Matrox G400 Max.
-Cheers Max
--
Max Lock, Linux Systems Administrator, TELE2 uk.
Linux like wigwam. No windows, no gates, Apache inside.
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)
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"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
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 "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "uk"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "imps/2"
EndSection
Section "Device"
Identifier "MGA"
BusID "PCI:1:0:0"
Driver "mga"
Option "AGPMode" "1"
Option "TexturedVideo" "1"
Option "OverclockMem"
EndSection
Section "Device"
Identifier "MGA_2"
BusID "PCI:1:0:0"
Driver "mga"
Option "AGPMode" "1"
EndSection
Section "Monitor"
Identifier "Dell"
HorizSync 0-1000
VertRefresh 0-1000
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Panasonic"
HorizSync 31.5
VertRefresh 50-90
EndSection
Section "Screen"
Identifier "Dell"
Device "MGA"
Monitor "Dell"
DefaultDepth 16
# DefaultDepth 24
# DefaultFbBpp 32
SubSection "Display"
Depth 16
Modes "1920x1440" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1440" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
EndSubSection
EndSection
Section "Screen"
Identifier "Panasonic"
Device "MGA_2"
Monitor "Panasonic"
DefaultDepth 16
# DefaultFbBpp 32
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Dell"
Screen "Panasonic" RightOf "Dell"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
# end of XF86Config