On Thursday 11 January 2007 07:12, nolan76 wrote:
> Section "Device"
>     Identifier  "9600"
>     Driver      "radeon"
>     BusID "PCI:1:0:0"
>     Option "MonitorLayout" "TMDS, TMDS"
>     Option "MergedFB" "true"
>     Option "CRT2HSync" "31-80"
>     Option "CRT2VRefresh" "56-75"
>     Option "CRT2Position" "LeftOf"
>     Option "MetaModes" "1280x1024-1280x1024"
>     Option "MergedXinerama" "True"
> EndSection

I believe your problem is the options you are using. -comment them out.

Use a simple  configuration with two "Device" section like the those 
previously posted for you or like mine which is below. You may also 
need to set server flags to get xinerama working (dual head span).

The way I handle modes is, well, not very normal but the reason is I do 
not have particularly normal monitors. If you have good documentation 
for your monitors, you can do what I've done; namely using gtf(1) to 
figure out the exact timings for the modes supported by the monitor. 
Doing this is not recommended mainly because most people get it wrong 
but when you know how to get it right, you can solve some difficult 
issues on esoteric monitors.



section "Files"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
  ModulePath   "/usr/X11R6/lib/modules"
  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/TTF/"
  FontPath     "/usr/local/share/ghostscript/fonts/"
  FontPath     "/usr/local/lib/X11/fonts/ghostscript/"
  FontPath     "/usr/local/lib/X11/fonts/terminus/"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
  FontPath     "/usr/local/share/fonts/override/"
  FontPath     "/usr/local/share/fonts/"
EndSection

Section "Module"
  Load  "dbe"
  Load  "extmod"
  Load  "glx"
  Load  "record"
  Load  "xtrap"
  Load  "freetype"
  Load  "type1"
EndSection

Section "InputDevice"
  Identifier  "Keyboard0"
  Driver      "kbd"
EndSection

Section "InputDevice"
  Identifier  "Mouse0"
  Driver      "mouse"
  Option      "Protocol" "wsmouse"
  Option      "Device" "/dev/wsmouse"
  Option      "ZAxisMapping" "4 5 6 7"
EndSection


Section "Modes"
  Identifier  "WideModes"
  # 1280x800 @ 85.00 Hz (GTF) hsync: 71.40 kHz; pclk: 123.38 MHz
  Mode "1280x800_85.00"
    DotClock  123.38
    HTimings  1280 1368 1504 1728
    Vtimings  800 801 804 840
    Flags     "-HSync" "+Vsync"
  EndMode
  # 1600x1000 @ 85.00 Hz (GTF) hsync: 89.25 kHz; pclk: 194.21 MHz
  Mode "1600x1000_85.00"
    DotClock  194.21
    HTimings  1600 1712 1888 2176
    VTimings  1000 1001 1004 1050
    Flags   "-HSync" "+Vsync"
  EndMode
  # 1600x1000 @ 95.00 Hz (GTF) hsync: 100.32 kHz; pclk: 219.90 MHz
  Mode "1600x1000_95.00"
    DotClock  219.90
    HTimings  1600 1720 1896 2192
    VTimings  1000 1001 1004 1056
    Flags   "-HSync" "+Vsync"
  EndMode
  # 1600x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 198.83 MHz
  Mode "1600x1024_85.00"
    DotClock  198.83
    HTimings  1600 1712 1888 2176
    VTimings  1024 1025 1028 1075
    Flags   "-HSync" "+Vsync"
  EndMode
  # 1600x1024 @ 90.00 Hz (GTF) hsync: 97.02 kHz; pclk: 212.67 MHz
  Mode "1600x1024_90.00"
    DotClock  212.67
    HTimings  1600 1720 1896 2192
    VTimings  1024 1025 1028 1078
    Flags   "-HSync" "+Vsync"
  EndMode
  # 1600x1024 @ 95.00 Hz (GTF) hsync: 102.79 kHz; pclk: 225.32 MHz
  Mode "1600x1024_95.00"
    DotClock  225.32
    HTimings  1600 1720 1896 2192
    VTimings  1024 1025 1028 1082
    Flags   "-HSync" "+Vsync"
  EndMode
  # 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz
  Mode "1920x1200_85.00"
    DotClock  282.74
    HTimings  1920 2072 2280 2640
    VTimings  1200 1201 1204 1260
    Flags   "-HSync" "+Vsync"
  EndMode
EndSection


Section "Monitor"
  Identifier  "Monitor0"
  VendorName  "SNY"
  ModelName "GDM-FW900"
  UseModes  "WideModes"
  Option    "DPMS"
# DisplaySize   480   310  # mm
  DisplaySize   474   296  # mm ratio 16:10
# DisplaySize   395   296  # mm ratio 4:3
# DisplaySize   370   296  # mm ratio 5:4
EndSection

Section "Monitor"
  Identifier  "Monitor1"
  VendorName  "SNY"
  ModelName "GDM-FW900"
  UseModes  "WideModes"
  Option    "DPMS"
# DisplaySize   480   310  # mm
  DisplaySize   474   296  # mm ratio 16:10
# DisplaySize   395   296  # mm ratio 4:3
# DisplaySize   370   296  # mm ratio 5:4
EndSection

Section "Device"
  Identifier  "Card0"
  Option    "AGPMode" "4"
  Option    "AGPSize" "256"
  Option    "DmaMode" "Any"
  Option    "DmaType" "AGP"
  Option    "BusType" "AGP"
  Driver    "mga"
  VendorName  "Matrox Graphics, Inc."
  BoardName "G400/G450"
  BusID   "PCI:1:0:0"
  Screen    0
EndSection

Section "Device"
  Identifier  "Card1"
  Option    "AGPMode" "4"
  Option    "AGPSize" "256"
  Option    "DmaMode" "Any"
  Option    "DmaType" "AGP"
  Option    "BusType" "AGP"
  Driver    "mga"
  VendorName  "Matrox Graphics, Inc."
  BoardName "G400/G450"
  BusID   "PCI:1:0:0"
  Screen    1
EndSection

Section "Screen"
  Identifier "Screen0"
  Device     "Card0"
  Monitor    "Monitor0"
  SubSection "Display"
    Viewport   0 0
    Depth     16
#   Modes "1280x800_85.00"
#   Modes "1600x1000_85.00"
#   Modes "1600x1000_95.00"
#   Modes "1600x1000_105.00"
#   Modes "1600x1024_85.00" # Known Video
#   Modes "1600x1024_90.00"
    Modes "1600x1024_95.00"
#   Modes "1600x1024_105.00"
#   Modes "1920x1200_85.00" # Known Video
  EndSubSection
EndSection

Section "Screen"
  Identifier "Screen1"
  Device     "Card1"
  Monitor    "Monitor1"
  SubSection "Display"
    Viewport   0 0
    Depth     16
#   Modes "1280x800_85.00"
#   Modes "1600x1000_85.00"
#   Modes "1600x1000_95.00"
#   Modes "1600x1000_105.00"
#   Modes "1600x1024_85.00" # Known Video
#   Modes "1600x1024_90.00"
    Modes "1600x1024_95.00"
#   Modes "1600x1024_105.00"
#   Modes "1920x1200_85.00" # Known Video
#   Modes "1600x1200" "1280x1024" "1024x768" "800x600"
  EndSubSection
EndSection

Section "DRI"
  Group        0
EndSection

Section "ServerLayout"
  Identifier     "X.org Configured"
  Screen      0  "Screen0" LeftOf "Screen1"
  Screen      1  "Screen1" RightOf "Screen0"
  InputDevice    "Mouse0" "CorePointer"
  InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
  Option  "Xinerama"  "on"
EndSection

# Only Needed for "Tranlucency" -buggy
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection

Reply via email to