[FreeNX-kNX] Fullscreen with 2.0 backend
Paul van der Vlis
paul at vandervlis.nl
Wed Apr 25 14:07:11 UTC 2007
Fabian Franz schreef:
>>>I'm new to the list, so forgive me if this has come up before. I've
>>>been testing out the svn trunk freenx-server and I noticed that
>>>setting the fullscreen option on the client (1.5 and 2.0 nomachine
>>>clients) doesn't actually give you a fullscreen session. It looks like
>>>the options to startsession have changed from
>>>'--geometry="fullscreen"' to '--fullscreen="1"' for the 2.0 backend to
>>>indicate a fullscreen session.
>>>
>>>I've attached a patch that fixes the issue for me.
>
>
> Where is the patch?
It was in a message of Jeramy:
Index: nxnode
===================================================================
--- nxnode (revision 279)
+++ nxnode (working copy)
@@ -940,6 +940,7 @@
imagecompressionmethod=$(getparam imagecompressionmethod)
imagecompressionlevel=$(getparam imagecompressionlevel)
geometry=$(getparam geometry)
+ fullscreen=$(getparam fullscreen)
keyboard=$(getparam keyboard)
kbtype=$(getparam kbtype)
media=$(getparam media)
@@ -975,7 +976,6 @@
status=$(getparam status)
host=$(getparam host)
- fullscreen=""
[ "$geometry" = "fullscreen" ] && fullscreen="1"
[ "$EXPORT_USERIP" = "1" ] && export NXUSERIP="$userip"
> In SVN I have fullscreen=$(getparam fullscreen)
>
> So I don't see what is wrong of SVN.
Maybe the problem is gone in the SVN version, I am using FreeNX 0.6.
On some machines 0.6 works fine, on other machines you need the patch, I
don't know when. All machines I tested are with Debian Etch.
I would like to use the SVN version, but I don't know how to install it.
Is simply replacing the scripts in /usr/lib/nx/ enough?
With regards,
Paul van der Vlis.
--
http://www.vandervlis.nl/
More information about the FreeNX-kNX
mailing list