본문으로 바로가기

xpra는 Java, Python으로 개발되었으며..
attach, detach 기능이 추가된 Xvfb보다 진보된 Display를 위한 Virual Buffer 임.
CentOS 6.x 버전에서 다음과 같이 설치.


Xpra is ‘screen for X’, and more: it allows you to run X programs, usually on a remote host and direct their display to your local machine. It also allows you to display existing desktop sessions remotely.
Xpra is “rootless” or “seamless”, and sessions can be accessed over SSH, or password protected and encrypted over plain TCP sockets.
Xpra adapts to bandwidth constraints and is fully open-source.

% su
% rpm --import http://winswitch.org/gpg.asc
% cd /etc/yum.repos.d/
% curl -O https://winswitch.org/downloads/CentOS/winswitch.repo
% yum install xpra


다음과 같이 테스트..

$ xpra start :7
$ export DISPLAY=:7
$ firefox &
# $ xpra stop :7


더 자세한 사용법은 아래에..
https://wiki.archlinux.org/index.php/Xpra

자세한 설치법은 여길 참고. 

Building-–-Xpra.pdf
0.34MB

'블로그 (Blog) > 개발로그 (Devlogs)' 카테고리의 다른 글

Make Helix Shape (나선형 형상 만들기)  (0) 2024.03.15
Enlightenment desktop 기반의 리눅스..  (0) 2024.03.15
Xvfb 테스트  (0) 2024.03.15
디렉토리 관련 함수들..  (0) 2024.03.15
Simple Dynamic Strings  (0) 2024.03.15