<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everyone,<br>
<br>
I am getting dumb with my xorg.conf. Dual head is working well with
mergedfb option. X starts, and i can do everything except using Firefox
and rdesktop. When i use firefox or rdesktop all the computer hang, and
i need to reset. When i switch to simple head monitor, everything is
working well. Si i hope i will find some help about this problem.<br>
<br>
I currently use OpenBSD 4.0 with Xorg 6.9.0.<br>
<br>
Here si my latest xorg.conf :<br>
<br>
<br>
<pre wrap="">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

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/misc<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/TTF<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/CID<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/75dpi<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/100dpi<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/local<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/75dpi<span
 class="moz-txt-tag">/</span></i>:unscaled"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/X11R6/lib/X11/fonts/100dpi<span
 class="moz-txt-tag">/</span></i>:unscaled"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/local/lib/X11/fonts/ghostscript<span
 class="moz-txt-tag">/</span></i>"
    FontPath   "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/local/lib/X11/fonts/mscorefonts<span
 class="moz-txt-tag">/</span></i>"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout"        "fr"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "wsmouse"  # wsmouse protocol
    Option "Device"      "/dev/wsmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "e172fp"
    HorizSync   31-80 
    VertRefresh 56-75
    Option      "DPMS"
    ModeLine    "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection


Section "Monitor"
    Identifier  "e1800fp"
    HorizSync   30-70
    VertRefresh 56-75    
    Option      "DPMS"
    ModeLine    "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection

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

Section "Screen"
    Identifier  "Screen 1"
    Device      "9600"
    Monitor     "e1800fp"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" #"1280x1024" "1024x768" "800x600" "640x480"
        Virtual     2560 1024
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    Screen "Screen 2"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option      "BlankTime"   "0"
    Option      "StandbyTime" "0"
    Option      "SuspendTime" "0"
    Option      "OffTime"     "0"
EndSection</pre>
<br>
</body>
</html>