Comment 29 for bug 589723

Revision history for this message
Matt B (mattbecker3240) wrote :

I don't think that this is a color issue (at least on my setup with hardy (ubuntu 8.04) and freenx 0.7.3+teambzr104-0freenxteam1~hardy1

as it occurs even when I put color depth to 24 bit on windows xp. Also those two lines are already in my /usr/bin/nxserver:

depth=$(getparam screeninfo | cut -d "x" -f3 | cut -d "+" -f1 )
                        [ "$depth" = "32" ] && depth=24
                        geom=$(getparam screeninfo | cut -d "x" -f1,2)
                        render=$(getparam screeninfo | cut -d "+" -f2 )
                        available="N/A"
                        udepth=$(echo $3 | cut -d "x" -f3 | cut -d "+" -f1 )
                        [ "$udepth" = "32" ] && udepth=24
                        urender=$(echo $3 | cut -d "+" -f2 )

I tried adding the hack from Marcus as well,

stringinstring "unix-" "$4" || available="N/A"
+ available="$(getparam status)"

but it also didn't resolve the issue.

nxclient still exits when I try to shadow system session from windows (works from linux just fine of course)