You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
478 B
19 lines
478 B
|
|
Notes for building xrdpdev_drv.so and libxorgxrdp.so
|
|
|
|
|
|
|
|
to run it
|
|
create /etc/X11/xrdp
|
|
copy xorg.conf into it
|
|
|
|
copy xrdpdev_drv.so to /usr/lib/xorg/modules/drivers
|
|
copy libxorgxrdp.so to /usr/lib/xorg/modules
|
|
|
|
copy xrdpmouse_drv.so to /usr/lib/xorg/modules/input
|
|
copy xrdpkeyb_drv.so to /usr/lib/xorg/modules/input
|
|
|
|
strat xserver like this
|
|
Xorg -modulepath /usr/lib/xorg/modules -config xrdp/xorg.conf -logfile /tmp/Xjay.log -novtswitch -sharevts -noreset -nohwaccess -ac :10
|
|
|