forgot to say that the problem came as I switched to 4.4
Hi there, I've been using 4.3 on a two screens machine
with a ATI Radeon 9600 pro card. On 4.3 I had a xorg.config
wich worked perfectly with those two screens, setting them up
as a splited desk (xinerama I think), but know my config
don't works, and I don't know what can be the cause.

here is my actual non-working xorg config. Do you need
the output of any file?

-Jesus

==================================


#Section "ServerLayout"
#    Identifier  "Default Layout"
#    Screen      "pantalla_derecha"
#    #Screen      "pantalla_izquierda" RightOf "pantalla_derecha"
#
#    # Don't forget xinerama!!!111oneoneone11!eleven!!11
#    Option "xinerama" "on"
#    Option "clone" "off"
#EndSection

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen        "pantalla_izquierda"
       Screen      "pantalla_derecha" rightof "pantalla_izquierda"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option "xinerama" "on"
   Option "clone" "off"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/share/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
   FontPath     "/usr/X11R6/lib/X11/fonts/OTF"
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
   Load  "GLcore"
   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 "Monitor"
   #DisplaySize      330   250    # mm
   Identifier   "lg"
   #VendorName   "GSM"
   #ModelName    ""
### Comment all HorizSync and VertRefresh values to use DDC:
   #HorizSync    30.0 - 96.0
   #VertRefresh  50.0 - 160.0
   Option        "DPMS"
EndSection

Section "Monitor"
   Identifier  "aoc"
   Option      "DPMS"
EndSection

Section "Device"
   Identifier  "salida_vga"
   Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "RV350 AP [Radeon 9600]"
   BusID       "PCI:1:0:0"
   Screen 0
EndSection


Section "Device"
   Identifier  "salida_dvi"
   Driver      "ati"
   BusID       "PCI:1:0:0"
   Screen 1
EndSection

Section "Screen"
   Identifier "pantalla_derecha"
   Device     "salida_vga"
   Monitor    "lg"
   SubSection "Display"
       Viewport   0 0
       Depth     1
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     4
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     8
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     15
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     16
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     24
           Modes       "1024x768"
   EndSubSection
EndSection


Section "Screen"
   Identifier  "pantalla_izquierda"
   Device      "salida_dvi"
   Monitor     "aoc"
   DefaultDepth    24
   SubSection "Display"
       Depth       24
       Modes       "1024x768"
   EndSubSection
EndSection

Reply via email to