-
optimal options for rdesktop for connection to window serverComputer/linux 2013. 8. 8. 15:44
rdesktop -x 0x80 -k ko -g 1280x1024 -D -z -a 16 -N -K 000.000.0.004
- -x 0x80 : clean font
- -k ko : Korean (Hangul) support
- -g 1208x1024 : monitor optimal resolution
- -z: enable rdp compression
- -D: hide window manager decorations
- -a 16 :connection colour 16 depth
- -N: enable numlock syncronization
- -K: keep window manager key bindings
One can add the following alias in .bash_alias :alias w7='rdesktop -x 0x80 -k ko -g 1280x1024 -D -z -a 16 -N -K 000.000.0.004'
'Computer > linux' 카테고리의 다른 글
convert ogg to mp3 by avconv on Debian Linux (0) 2013.08.20 disk full at /boot (Ubuntu) (0) 2013.06.10 Apach2 returns "qualified domain name" message (0) 2013.06.04 - -x 0x80 : clean font