Ik heb hierop twee monitoren aangesloten en mijn XF86Config aangepast.
Ik heb ook op internet gezocht naar goede config's.
Ik krijg toch mijn tweede monitor niet aan het praat.
Hiero mijn config file, wie kan mij helpen.
#****************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
#****************************************************************
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
# Load "glx"
EndSection
#****************************************************************
# Files section. This allows default font and rgb paths to be set
#****************************************************************
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/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
#****************************************************************
# Core keyboard's InputDevice section
#****************************************************************
Section "InputDevice"
Identifier "Keyboard"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "microsoft"
Option "XkbLayout" "us"
EndSection
#****************************************************************
# Core Pointer's InputDevice section
#****************************************************************
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
EndSection
#****************************************************************
# Monitor section
#****************************************************************
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 79.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
VertRefresh 50-100
EndSection
#****************************************************************
# Graphics device section
#****************************************************************
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "Matrox G450 16MB"
Driver "mga"
VideoRam 16192
EndSection
#****************************************************************
# Screen sections
#****************************************************************
Section "Device"
Identifier "G450-1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "G450-2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Matrox G450 16MB"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1152x864"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "Matrox G450 16MB"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1152x864"
ViewPort 0 0
EndSubsection
EndSection
#****************************************************************
# ServerLayout sections.
#****************************************************************
Section "ServerLayout"
Identifier "DualHead"
Screen "Screen 1" LeftOf "Screen 2"
Screen "Screen 2"
Option "Xinerama"
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Ik heb ook op internet gezocht naar goede config's.
Ik krijg toch mijn tweede monitor niet aan het praat.
Hiero mijn config file, wie kan mij helpen.
#****************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
#****************************************************************
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
# Load "glx"
EndSection
#****************************************************************
# Files section. This allows default font and rgb paths to be set
#****************************************************************
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/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
#****************************************************************
# Core keyboard's InputDevice section
#****************************************************************
Section "InputDevice"
Identifier "Keyboard"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "microsoft"
Option "XkbLayout" "us"
EndSection
#****************************************************************
# Core Pointer's InputDevice section
#****************************************************************
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
EndSection
#****************************************************************
# Monitor section
#****************************************************************
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 79.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
VertRefresh 50-100
EndSection
#****************************************************************
# Graphics device section
#****************************************************************
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "Matrox G450 16MB"
Driver "mga"
VideoRam 16192
EndSection
#****************************************************************
# Screen sections
#****************************************************************
Section "Device"
Identifier "G450-1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "G450-2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Matrox G450 16MB"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1152x864"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "Matrox G450 16MB"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1152x864"
ViewPort 0 0
EndSubsection
EndSection
#****************************************************************
# ServerLayout sections.
#****************************************************************
Section "ServerLayout"
Identifier "DualHead"
Screen "Screen 1" LeftOf "Screen 2"
Screen "Screen 2"
Option "Xinerama"
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection