KASM-1883 add manpage for kasmxproxy
This commit is contained in:
@@ -62,8 +62,10 @@ cp $SRC/man/man1/Xvnc.1 $DESTDIR/usr/share/man/man1/;
|
|||||||
cp $SRC/share/man/man1/vncserver.1 $DST_MAN;
|
cp $SRC/share/man/man1/vncserver.1 $DST_MAN;
|
||||||
cp $SRC/share/man/man1/vncconfig.1 $DST_MAN;
|
cp $SRC/share/man/man1/vncconfig.1 $DST_MAN;
|
||||||
cp $SRC/share/man/man1/vncpasswd.1 $DST_MAN;
|
cp $SRC/share/man/man1/vncpasswd.1 $DST_MAN;
|
||||||
|
cp $SRC/share/man/man1/kasmxpoxy.1 $DST_MAN;
|
||||||
cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
/usr/share/man/man1/*
|
/usr/share/man/man1/*
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ target_link_libraries(kasmxproxy ${X11_LIBRARIES} ${X11_XTest_LIB} ${X11_Xrandr_
|
|||||||
${X11_Xcursor_LIB} ${X11_Xfixes_LIB})
|
${X11_Xcursor_LIB} ${X11_Xfixes_LIB})
|
||||||
|
|
||||||
install(TARGETS kasmxproxy DESTINATION ${BIN_DIR})
|
install(TARGETS kasmxproxy DESTINATION ${BIN_DIR})
|
||||||
|
install(FILES kasmxproxy.man DESTINATION ${MAN_DIR}/man1 RENAME kasmxproxy.1)
|
||||||
|
|||||||
18
unix/kasmxproxy/kasmxproxy.man
Normal file
18
unix/kasmxproxy/kasmxproxy.man
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
.TH kasmxproxy 1 "" "KasmVNC" "Virtual Network Computing"
|
||||||
|
.SH NAME
|
||||||
|
kasmxproxy \- proxy an existing X11 display to a KasmVNC display
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B kasmxproxy
|
||||||
|
.RB [ \-a \-\-app\-display
|
||||||
|
.IR source display, default :0 ]
|
||||||
|
.RB [ \-v \-\-vnc\-display
|
||||||
|
.IR destination display, default :1 ]
|
||||||
|
.RB [ \-f \-\-fps
|
||||||
|
.IR FPS, default 30 ]
|
||||||
|
.RB [ \-r \-\-resize
|
||||||
|
.IR Enable resizing, default disabled. WARNING: DO NOT ENABLE IF PHYSICAL DISPLAY IS ATTACHED ]
|
||||||
|
.br
|
||||||
|
.BI "kasmxproxy -a :1 -v :10 -r"
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B kasmxproxy
|
||||||
|
is used to proxy an x display, usually attached to a physical GPU, to KasmVNC display. This is usually used in the context of providing GPU acceleration to a KasmVNC session.
|
||||||
Reference in New Issue
Block a user