View Single Post
Old 09-09-2013, 10:34 PM   #39
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Lightbulb

Okay so I spent all day messing around with remmina, which would NOT play ball.

so instead I tried porting the underlying layer. xfreerdp

I DID actually get this to run. but - and there is a BIG but...

[root@kindle bin]# ./xfreerdp -g 600x800 --sec rdp -T L:A_N:application_id:twobob.rdp -a 16 919.999.911.111
connected to 919.999.911.111:3389
Quote:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 32
Current serial number in output stream: 39
REF: http://www.rahul.net/kenton/perrors.html

Which means (IIRC) that I need the colormap specifying...
but I can't find anywhere to stick it.

Code:
Usage: ./xfreerdp [options] server:port
  -0: connect to console session
  -a: set color depth in bit, default is 16
  -c: initial working directory
  -D: hide window decorations
  -T: window title
  -d: domain
  -f: fullscreen mode
  -g: set geometry, using format WxH or X% or 'workarea', default is 1024x768
  -h: print this help
  -k: set keyboard layout ID
  -K: do not interfere with window manager bindings
  -m: don't send mouse motion events
  -n: hostname
  -o: console audio
  -p: password
  -s: set startup-shell
  -t: alternative port number, default is 3389
  -u: username
  -x: performance flags (m[odem], b[roadband] or l[an])
  -X: embed into another window with a given XID.
  -z: enable compression
  --app: RemoteApp connection. This implies -g workarea
  --ext: load an extension
  --no-auth: disable authentication
  --no-fastpath: disable fast-path
  --gdi: graphics rendering (hw, sw)
  --no-osb: disable offscreen bitmaps
  --no-bmp-cache: disable bitmap cache
  --plugin: load a virtual channel plugin
  --rfx: enable RemoteFX
  --rfx-mode: RemoteFX operational flags (v[ideo], i[mage]), default is video
  --nsc: enable NSCodec (experimental)
  --disable-wallpaper: disables wallpaper
  --composition: enable desktop composition
  --disable-full-window-drag: disables full window drag
  --disable-menu-animations: disables menu animations
  --disable-theming: disables theming
  --no-rdp: disable Standard RDP encryption
  --no-tls: disable TLS encryption
  --no-nla: disable network level authentication
  --ntlm: force NTLM authentication protocol version (1 or 2)
  --ignore-certificate: ignore verification of logon certificate
  --sec: force protocol security (rdp, tls or nla)
  --secure-checksum: use salted checksums with Standard RDP encryption
  --version: print version information


and short of hacking it in myself on a code level like:
http://www.opengl.org/discussion_boa...=1#post1166462 I'm running out of ideas...

(REF: http://cwikla.com/X/articles/txa/visual.html)



Just to actually CHECK that I wasn't going mad - I threw it at Xephyr and it did indeed connect to a windows2012? server.

No windows 8 to test it on... but yeah...
So. The choices are these:

I bundle it with Xephyr and look to bundle in blackbox (to handle the color horror) and run it in that. nope - that wont work. tried it.

I DID run it in Xepyhr WITHOUT the colormapping fixed (Screenie attached)
with pretty horrible results (visually)

Some other whizz bang solution that some kind soul will offer up


Any ideas anyone?
bit tired of this now.
Attached Thumbnails
Click image for larger version

Name:	Selection_606.png
Views:	406
Size:	71.6 KB
ID:	110703  

Last edited by twobob; 09-09-2013 at 11:32 PM.
twobob is offline   Reply With Quote