Displaying 1 result from an estimated 1 matches for "imagecompressionmethod".
2006 Sep 13
2
Revisited - No fullscreen on FreeNX
...c4, the current version for CentOS 4. Here's a quick patch against the
freenx-0.5.0-9.c4 version of /usr/bin/nxnode that resolves this issue:
***PATCH START***
--- nxnode.save 2006-09-13 12:01:31.000000000 -0500
+++ nxnode 2006-09-13 12:02:08.000000000 -0500
@@ -626,6 +626,7 @@
imagecompressionmethod=$(getparam imagecompressionmethod)
imagecompressionlevel=$(getparam imagecompressionlevel)
geometry=$(getparam geometry)
+ fullscreen=$(getparam fullscreen)
keyboard=$(getparam keyboard)
kbtype=$(getparam kbtype)
media=$(getparam media)
@@ -661,7 +...