OK, so I tried differents Layouts :

1)
Section "ServerLayout"
        Identifier     "dual"
        Screen      0  "dual1" 0 0
        Screen      1  "dual2" LeftOf "dual1"
        Option         "Xinerama" "true"
        Option         "Clone" "false"
        InputDevice    "Souris" "CorePointer"
        InputDevice    "Clavier" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

  Seems to works but when the mouse go from screen 0 to screen 1, the screen 0 switch 
off for ever (at least for this X session...)

2)
Section "ServerLayout"
        Identifier     "dual"
        Screen       "dual1"
        Screen       "dual2"
        InputDevice    "Souris" "CorePointer"
        InputDevice    "Clavier" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

  Normal desktop on 0, background on 1, possibility to display something on 1, but no 
find a way to pass the mouse...
KDE center disable the Xinerama entry.

3)
Section "ServerLayout"
        Identifier     "dual"
        Screen       "dual1"
        Screen       "dual2"
        Option         "Xinerama" "true"
        Option         "Clone" "false"
        InputDevice    "Souris" "CorePointer"
        InputDevice    "Clavier" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

  Normal desktop on 0, same on 1 (cloned, so same mouse cursor on two).
When trying to open KDE center on the Xinerama section, both screens become blank. 
After that computer must be rebooted.

The driver is "radeon", the card is "ATI Radeon 7000", the XFree86 version is 4.3.0-2 
(default on RedHat 9.0)


Le Vendredi 13 Juin 2003 02:13, Mark Vojkovich a écrit :
> On Thu, 12 Jun 2003, Stephane Corbe wrote:
> > Hello,
> >
> >  Is it possible to pass a mouse cursor from :0.0 to :0.1 (dualhead, two
> > separate desktops) ??
>
>    Yes.  It wouldn't really be usable if you couldn't do that.
>
> > Does it depend of the windows manager ?
>
>     No.
>
>     The path the cursor takes from :0.0 to :0.1 depends on how
> the screens are oriented in the Section "Layout" in the XF86Config
> file.  You can construct layouts where you can't move it across though.
>
>
>                       Mark.
>
> _______________________________________________
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86

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

Reply via email to