Hi,

 I have problem in running three screens in X window with separate
session
managers. Your advices will be greatly appreciated.

 I am able to run two screens with Matrox G550 with separate session
managers without any problems. I can also run the three screen
configuration
in xinerama mode, without any problem. However, whenever I try to start
session manager in the third screen, X will crash. X will also crash, if
I
try to start an X client from the other two screens, e.g., with a

   "xterm -display :0.2".

 The third screen is using a ATI Radeon card and a Viewsonic monitor.
When
this combination is used on a different machine as the second display, I

don't have any problem either.

 I suspect I am not invoking the session managers for the second or
third
 screen correctly. Currently I do

"gnome-session --display=:0.1 &"

in :0.0. (Note that it works fine for the second screen) Probably I
should
start the session managers simultaneously and before I am already inside
the
the first screen. Or there might be something else I am missing. Any
comment is welcome.  However, using xinerama is not an option.

  I am running a dual MP2000 Tyan Tiger m/b with 1 Gb RAM. The
XF86Config-4 file and the output of xdpyinfo are enclosed below.

 Thanks a lot in advance.

         Kai



Section "ServerLayout"
        Identifier     "Matrox PowerDesk configured."

        Screen         "VX900"
        Screen         "Gvision 17" LeftOf "VX900"
        Screen         "PS790" RightOf "VX900"

        InputDevice    "Mouse0" "Corepointer"
        InputDevice    "Keyboard0" "Corekeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "VX900"
        HorizSync    30.0 - 82.0
        VertRefresh  50.0 - 85.0
EndSection

Section "Monitor"
        Identifier   "Gvision 17"
        HorizSync    31.5 - 80.0
        VertRefresh  56.0 - 75.0
EndSection

Section "Monitor"
        Identifier   "PS790"
        HorizSync    31.5 - 95
        VertRefresh  56.0 - 180
EndSection

Section "Device"
        Identifier  "g550_1"
        Driver      "mga"
        VideoRam    16384
        Option      "hw cursor" "off"
#       Option "ConnectedMonitor" "DFP"
#       Option "DPMS" "on"
        BusID       "PCI:1:5:0"
    Option "BackingStore" "On"
EndSection

Section "Device"
        Identifier  "g550_2"
        Driver      "mga"
        VideoRam    16384
        Option      "hw cursor" "off"
        BusID       "PCI:1:5:0"
        Screen      1
    Option "BackingStore" "On"
EndSection

Section "Device"
        Identifier  "radeon"
        Driver "radeon"
        BoardName "Unknown"
        BusID    "PCI:0:9:0"
        VideoRam    64000
EndSection



Section "Screen"
        Identifier "VX900"
        Device     "g550_2"
        Monitor    "VX900"
        DefaultDepth     16
        SubSection "Display"
                Virtual   1600 1200
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Virtual   1600 1200
                Depth     24
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Gvision 17"
        Device     "g550_1"
        Monitor    "Gvision 17"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
#       SubSection "Display"
#               Depth     8
#               Modes    "1280x1024"
#       EndSubSection
EndSection

Section "Screen"
        Identifier "PS790"
        Device     "radeon"
        Monitor    "PS790"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
#       SubSection "Display"
#               Depth     8
#               Modes    "1280x1024"
#       EndSubSection
EndSection

[root@hera log]# xdpyinfo
name of display:    :0.0
version number:    11.0
vendor string:    The XFree86 Project, Inc
vendor release number:    40200000
XFree86 version: 4.2.0
maximum request size:  4194300 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x1600023, revert to Parent
number of extensions:    28
    BIG-REQUESTS
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    FontCache
    GLX
    LBX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    TOG-CUP
    XC-APPGROUP
    XC-MISC
    XFree86-Bigfont
    XFree86-DGA
    XFree86-DRI
    XFree86-Misc
    XFree86-VidModeExtension
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
default screen number:    0
number of screens:    3

screen #0:
  dimensions:    1600x1200 pixels (383x302 millimeters)
  resolution:    106x101 dots per inch
  depths (7):    16, 1, 4, 8, 15, 24, 32
  root window id:    0x6a
  depth of root window:    16 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    64
  preallocated pixels:    black 0, white 65535
  options:    backing-store YES, save-unders YES
  largest cursor:    1600x1200
  current input event mask:    0x5a20fd
    KeyPressMask             ButtonPressMask          ButtonReleaseMask
    EnterWindowMask          LeaveWindowMask          PointerMotionMask
    PointerMotionHintMask    ButtonMotionMask
StructureNotifyMask
    SubstructureNotifyMask   SubstructureRedirectMask PropertyChangeMask

  number of visuals:    4
  default visual id:  0x23
  visual:
    visual id:    0x23
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x24
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x25
    class:    DirectColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x26
    class:    DirectColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits

screen #1:
  dimensions:    1280x1024 pixels (382x302 millimeters)
  resolution:    85x86 dots per inch
  depths (7):    16, 1, 4, 8, 15, 24, 32
  root window id:    0x6c
  depth of root window:    16 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x38
  default number of colormap cells:    64
  preallocated pixels:    black 0, white 65535
  options:    backing-store YES, save-unders YES
  largest cursor:    1280x1024
  current input event mask:    0x5a20bd
    KeyPressMask             ButtonPressMask          ButtonReleaseMask
    EnterWindowMask          LeaveWindowMask
PointerMotionHintMask
    ButtonMotionMask         StructureNotifyMask
SubstructureNotifyMask
    SubstructureRedirectMask PropertyChangeMask
  number of visuals:    2
  default visual id:  0x3a
  visual:
    visual id:    0x3a
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x3b
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits

screen #2:
  dimensions:    1280x1024 pixels (433x347 millimeters)
  resolution:    75x75 dots per inch
  depths (7):    16, 1, 4, 8, 15, 24, 32
  root window id:    0x6e
  depth of root window:    16 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x4c
  default number of colormap cells:    64
  preallocated pixels:    black 0, white 65535
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0x480000
    SubstructureNotifyMask   PropertyChangeMask
  number of visuals:    8
  default visual id:  0x4f
  visual:
    visual id:    0x4f
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
  visual:
    visual id:    0x50
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    6 bits
...
(more "visuals" omitted)

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to