Toon posts:

[Debian Woody] Matrox G450 Dualhead

Pagina: 1
Acties:

Verwijderd

Topicstarter
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

  • GeeMoney
  • Registratie: April 2002
  • Nu online
Ik zie dat je voor je 2de of 1ste :? monitor een "vga" driver hebt gekozen ipv MGA ook zou ik even kijken naar je Vertical Sync settings en HorzSync settings.
Ook een "glx" driver booten met een Matrox kaart heb ik volgens mij niet eerder gezien correct me if i'm wrong.
Zoek eens op xinerama support met google oid.

Verwijderd

Moet bij die Option Xinerama niet ON of TRUE staan??
en Option Clone op OFF... tenzij je dit wil bereiken natuurlijk ;)
Geef eens de output van van de X server ( /var/log/XFree86.0.log )
En doe een load van extmod zonder die omit-dga... gaat een pak sneller gaan... (in combinatie met die MGA driver dan)
En zet de PCI BUS ID er ook bij... maar ik dacht ooit eens gelezen te hebben dat zo'n dualhead kaartjes een lichtjes andere config vragen dan een dual adapter config.... Ik zal eens wat google'n...

Net teruggevonden: http://seismo.ethz.ch/linux/xinerama.html ;)

[ Voor 47% gewijzigd door Verwijderd op 31-12-2002 01:01 ]


  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 15-05 13:11

deadinspace

The what goes where now?

Ik heb dualhead met mijn g450 op Debian ooit werkend gehad, met XFree 4.1.0 destijds nog geloof ik. Ik heb op het moment meer computers dan monitoren, dus ik heb er de laatste tijd niks mee gedaan.
Maar ik heb mijn config hier online gezet, misschien heb je er wat aan (het is niet onwaarschijnlijk dat je de v/hsync enzo moet aanpassen).