Need multi head with vnc - X
This is a discussion on Need multi head with vnc - X ; I need to configure a vnc server to have screens :1.0 and :1.1. I tried
vncserver :1 -screen 0 1280x1024x8 -screen 1 1280x1024x8 -depth 8
-geometry 2560x1024 -cc 3
xdpyinfo shows for both DISPLAYs the correct info, but if I ...
-
Need multi head with vnc
I need to configure a vnc server to have screens :1.0 and :1.1. I tried
vncserver :1 -screen 0 1280x1024x8 -screen 1 1280x1024x8 -depth 8
-geometry 2560x1024 -cc 3
xdpyinfo shows for both DISPLAYs the correct info, but if I connect via
vncviewer I see only the first screen (:1.0).
It's OpenSuSE 10.3 with RealVNC 4.1.2 (free version).
What can I do?
Regards,
Burkhard
-
Re: Need multi head with vnc
Burkhard Schultheis wrote:
> I need to configure a vnc server to have screens :1.0 and :1.1. I tried
>
> vncserver :1 -screen 0 1280x1024x8 -screen 1 1280x1024x8 -depth 8
> -geometry 2560x1024 -cc 3
>
> xdpyinfo shows for both DISPLAYs the correct info, but if I connect via
> vncviewer I see only the first screen (:1.0).
>
> It's OpenSuSE 10.3 with RealVNC 4.1.2 (free version).
>
> What can I do?
>
> Regards,
> Burkhard
Isn't it possible to stretch the server over the virtual display?
So 2560x1024x8 and then connect a client?
-
Re: Need multi head with vnc
Jurgen Haan schrieb:
> Burkhard Schultheis wrote:
>> I need to configure a vnc server to have screens :1.0 and :1.1. I tried
>>
>> vncserver :1 -screen 0 1280x1024x8 -screen 1 1280x1024x8 -depth 8
>> -geometry 2560x1024 -cc 3
>>
>> xdpyinfo shows for both DISPLAYs the correct info, but if I connect via
>> vncviewer I see only the first screen (:1.0).
>>
>> It's OpenSuSE 10.3 with RealVNC 4.1.2 (free version).
>>
>> What can I do?
>>
>> Regards,
>> Burkhard
>
>
> Isn't it possible to stretch the server over the virtual display?
> So 2560x1024x8 and then connect a client?
No. :-( The software requires two different displays. All pictures are
made to use 2 separate displays which are addressed with .0 and .1.
Regards,
Burkhard