Herman Robak wrote:
> Recently I tried out Xinerama on my Opteron workhorse.
> Moving windows between screens was fun, but Cinelerra
> had focus issues and other annoyances.
>
> In particular, if I had placed the Compositor in the
> "second" screen, the pressed "f" to maximise it to
> fullscreen mode, it would always go fullscreen in the
> "first" screen. Not only that, but the "fullscreen"
> overlay would have the resolution of the second screen.
>
> Cinelerra seems blissfully unaware of Xinerama, and fails
> completely to Do The Right Things in Xinerama.
>
> Any brilliant ideas?
Cinelerra works fine with 'normal' dual head setup and not xinerama.
That is, one Xserver driving 2 (or more) independent displays.
Advantages disadvantages:
+ Displays can have very diffrent resolutions/color depths
+ Almost all window managers handle it right
- You cant move windows between the screens
- Windows can't span screens
Configured is it somewhat like following (xorg.conf):
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Iiyama PLB2403WS"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "IQT L19T"
HorizSync 31.0 - 79.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 GS"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 GS"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1920x1200 +0+0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
EndSection
Note that I used the the nvidia tool to set this up, but should be
doable manually with other cards as well.
After that you go to cinelerras preferences and change "Display for
Compositor" to ":0.1" .. that is server 0, screen 1, restart cin and it
should work.
Alternatively it might be possible to start 2 xservers, but likely a
waste of resources and not much easier to setup. Then you enter "Display
for Compositor" to ":1" in cinelerras preferences.
Btw anyone have a modeline to drive a 2nd screen in PAL mode? that would
be interesting for Fullscreen editing ... or even make a 3rd screen
which is then the 'S-Video' output of the graphic card driven in PAL.
That should give exact video preview \o/.
Christian
>
> --Herman Robak
>
> _______________________________________________
> Cinelerra mailing list
> [email protected]
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra