Removed /gfx:avc444 as hardwareacceleration is broken
This commit is contained in:
parent
10fdf4ddda
commit
aae534cb38
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ do
|
|||
if [[ $i == *"FREE"* ]]; then
|
||||
RDP=$(echo $i | cut -f1,2 -d'-')
|
||||
echo "$RDP is free :)"
|
||||
xfreerdp /u:$USERNAME /p:$PASSWORD /v:$RDP.zfd.forumzfd.de /gfx:avc444 /dynamic-resolution
|
||||
xfreerdp /u:$USERNAME /p:$PASSWORD /v:$RDP.zfd.forumzfd.de /dynamic-resolution
|
||||
umount $AMPEL_MOUNT
|
||||
echo 'Connection closed. Bye'
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue