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

Xinerama config



Hallo all!

I'm fighting with my xinerama configuration for many days now, and don't feel 
to be able to solve it alone.

I'm using sarge (the new rc3) on an Dell Optiplex GX280.
I have an onboard Intel card with 82915G chipset. It works with an unofficial 
xserver-xfree86. Info from a posting on this list from Wed, 9 Feb 2005. 
(Thanks!)

As second card I'm using a dualheaded Matrox Millenium G200 SD (vga+dvi)

XFreeversion: XFree86 Version 4.3.0.1

I was not able to use the two heads from the Matrox card (would be happy if I 
could, it's a particular dvi connector for an IBM Monitor I cannot use else), 
but the configuration each a monitor per card brings me one correctly working 
monitor and one with a striped output. Sorry cannot describe it better in 
english.

krandtray shows me 2 monitors with the same resolution. Thats not right as you 
can see from the config file.

The config I append is the best - but not usable - I could build.

Is it necessary that the two monitors use the same depth?

Has anybody expirience with this cards or with the driver and could help me to 
get it working?


Thank you very much
Angela

my XF86Config-4:

Section "ServerFlags"
 Option "Xinerama" "true"
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/CID"
 FontPath "/usr/lib/X11/fonts/Speedo"
 FontPath "/usr/lib/X11/fonts/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "keyboard"
 Option  "CoreKeyboard"
 Option  "XkbRules" "xfree86"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "ch"
 Option  "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ImPS/2"
 Option  "Emulate3Buttons" "true"
 Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
 Identifier "OnBoard"
 Driver  "i810"
 BusID  "PCI:0:2:0"
EndSection

Section "Device"
 Identifier "Matrox"
 Driver  "mga"
 BusId  "PCI:4:0:0"
EndSection

Section "Monitor"
 Identifier "Acer AL17"
 HorizSync 30-65
 VertRefresh 50-75
 Option  "DPMS"
EndSection

Section "Monitor"
 Identifier "Acer AL15"
 HorizSync 30-57
 VertRefresh 43-72
 Option  "DPMS"
EndSection

Section "Screen"
 Identifier "Screen 1"
 Device  "Matrox"
 Monitor  "Acer AL17"
 DefaultDepth 24 
 SubSection "Display"
  Depth  16
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen 2"
 Device  "OnBoard"
 Monitor  "Acer AL15"
 DefaultDepth 24
 SubSection "Display"
  Depth  16
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

#Section "ServerLayout"
# Identifier "Default Layout"
# Screen  "Screen 1"
# InputDevice "Generic Keyboard"
# InputDevice "Configured Mouse"
#EndSection
Section "ServerLayout"
 Identifier "Dual Layout"
 Screen  "Screen 2"
 Screen  "Screen 1" RightOf "Screen 2"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
EndSection

Section "DRI"
 Mode 0666
EndSection



Reply to: