[ltp] T40p, K.Weidners Multihead approach
Chan-Wah NG
linux-thinkpad@linux-thinkpad.org
Thu, 05 Feb 2004 18:24:29 +0800
Thank you for the post. I haven't been able to lay my hands on a
projector to actually verify that it works 100%, but the vncviewer on my
LCD works, and the vncviewer I started on :0.1 did not bailed out, so I
think the projection out of the rear (actually it is at the side for
T41) VGA port should work too.
As for starting a new/different WM in :3, you should be able to specify
your preferred WM in the ~/.vnc/xstartup file. It works like the
.xinitrc file.
Some changes I made though, since the vnc package I emerged (I am using
Gentoo, so the term 'emerge' is somewhat equivalent to
'configure-make-install') do not have a program vncclient. The command
I use is
vncviewer -shared -depth 24 -truecolor -passwd ~/.vnc/passwd :3
The -nocursorshape option is not supported by vncclient, and with the
passwd option, I skipped the step of typing in a password.
Also, I removed the vncMouse and vncKeyboard Sections from my XF86Config
since my X complains it doesn't know what is rfbmouse and rfbkeyboard.
It didn't have any effect as far as I can see, but then again, I haven't
actually verify that the VGA output works.
Wait till I can lay my hands on a projector, and I will report if it is
successful.
Thanks for your help anyway.
/rgds
/cwng
On Wed, 2004-02-04 at 03:58, Michael Stilkerich wrote:
> Hi,
>
> np here we go :)
> Be aware that my config was actually tested on a Syncmaster 193T TFT
> Display and worked on it pretty well but unfortunately it failed when
> I connected it to the beamer. I then connected it to an VGA Monitor
> which made the config also fail - the reason (at least I beleave!) was
> that I missed adding the Refresh Rates for the external Monitor which
> was no problem for the TFT, of course but for the projector. In the
> attached config this thing is working at least on the VGA Monitor, I'll
> take the next opportunity to test it on a projector or maybe you could
> test and post the result before I blame myself again ;)
> Layout indep is what you want for the 1024 Monitor, theres another
> layout indep800 which does the same with an 800x600 resolution only.
>
> start your X Server with startx -- -layout indep
> to get it up.
>
> Then open an xterm,
> run the vncserver:
> vncserver -geometry 1024x768 :3
>
> wait till it has come up and then run the
> client on your LCD Display
> vncclient -shared -truecolor -nocursorshape :3
>
> and finally the fullscreen one on the projector
> vncclient -shared -nocursorshape -truecolor -fullscreen -display :0.1 :3
>
> Now close your eyes and pray to god that everythings alright when you
> open them again ;)
>
> Hope this works for you.
>
> At this point, big thanks to Klaus Weidner for this great idea:)
> (btw I'm still interested in how to prevent the Window Manager
> starting on :0.1 or even in how to start a different Window Manager
> on :0.1 than on :0.0 as KW states in his mailing)
>
> Mike.
>