Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2018-07-20 13:01:51
Size: 1477
Editor: schadavi
Comment:
Revision 8 as of 2018-08-03 07:11:03
Size: 2141
Editor: schadavi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
[[RDS|back to RDS]]
Line 5: Line 7:
''Below, you can find some examples of connection setups made for different situations (network speed, audio, scaling, ...).'' Below, you can find some examples of connection setups made for different situations (network speed, audio, scaling, ...).
Line 12: Line 14:
''*Fullscreen mode, max. network speed, as many as possible decorations and animations. Audio forwarded.''  . ''*Fullscreen mode, max. network speed, as many as possible decorations and animations. Audio forwarded.''
Line 19: Line 21:
''*Start with Full HD resolution, scaling still possible. max. network speed, as many as possible decorations and animations. Audio forwarded.''  . ''*Full HD resolution, scaling still possible. max. network speed, as many as possible decorations and animations. Audio forwarded.''
Line 22: Line 24:

'''RDP file method'''
 * Connect to https://worli.ee.ethz.ch/RDWeb
 * Login with your nethz credentials: "d\USERNAME"
 * Downlaod the rdp file of a RemoteApp to a location you remeber and name it for example RemoteApp.rdp (for example notepad.rdp)

{{{
xfreerdp-2.0.0 ./notepad.rdp /g:worli.ee.ethz.ch /gu:USERNAME /gd:d /u:USERNAME /d:d
}}}

'''Direct connection by using an alias'''
Line 26: Line 40:
''*Start only a single program within a single window (scaling possible)''  . ''*Opens only a single program within a single window (scaling possible)''
 . {i} ''You can find the name of the alias by downloading the RDP file and opening it with a text editor. Search for the line ''''remoteapplicationprogram:s:'''||notepad' and extract the alias after the pipe symbols. In this case: 'notepad'.''

back to RDS

Advanced FreeRDP commands

Below, you can find some examples of connection setups made for different situations (network speed, audio, scaling, ...).

Deluxe Fullscreen

xfreerdp-2.0.0 /g:worli.ee.ethz.ch /d:d /u:username /v:SERVERNAME.ee.ethz.ch /gdi:hw /gfx:rfx +gfx-progressive +bitmap-cache +offscreen-cache +glyph-cache /rfx /codec-cache:rfx -compression /bpp:32 /network:lan +fonts +window-drag +menu-anims +wallpaper +decorations +themes +aero +clipboard /sound:sys:pulse /f /multimon /span +toggle-fullscreen
  • *Fullscreen mode, max. network speed, as many as possible decorations and animations. Audio forwarded.

Deluxe Scaling

xfreerdp-2.0.0 /g:worli.ee.ethz.ch /d:d /u:USERNAME /v:vela.ee.ethz.ch /gdi:hw /gfx:rfx +gfx-progressive +bitmap-cache +offscreen-cache +glyph-cache /rfx /codec-cache:rfx -compression /bpp:32 /network:lan +fonts +window-drag +menu-anims +wallpaper +decorations +themes +aero +clipboard /dynamic-resolution /sound:sys:pulse /w:1920 /h:1080
  • *Full HD resolution, scaling still possible. max. network speed, as many as possible decorations and animations. Audio forwarded.

RemoteApps (BETA)

RDP file method

xfreerdp-2.0.0 ./notepad.rdp /g:worli.ee.ethz.ch /gu:USERNAME /gd:d /u:USERNAME /d:d

Direct connection by using an alias

xfreerdp-2.0.0 /g:worli.ee.ethz.ch /d:d /u:USERNAME /v:vela.ee.ethz.ch /app:"||notepad" /rfx
  • *Opens only a single program within a single window (scaling possible)

  • {i} You can find the name of the alias by downloading the RDP file and opening it with a text editor. Search for the line 'remoteapplicationprogram:s:||notepad' and extract the alias after the pipe symbols. In this case: 'notepad'.


CategoryHomepage

RDS-Linux-Advanced (last edited 2022-09-06 06:53:13 by stroth)