xrdp/xorg/server/readme.txt

16 lines
372 B
Plaintext
Raw Normal View History

2013-07-13 14:26:04 +08:00
Notes for building xrdpdev_drv.so and libxorgxrdp.so
to run it
create /etc/X11/xrdp
copy xorg.conf into it
2013-07-14 10:04:54 +08:00
copy xrdpdev_drv.so to /usr/lib/xorg/modules/drivers
copy libxorgxrdp.so to /usr/lib/xorg/modules
strat xserver like this
Xorg -modulepath /usr/lib/xorg/modules -config xrdp/xorg.conf -logfile /tmp/Xjay.log -novtswitch -sharevts -noreset -nohwaccess -ac :10
2013-07-13 14:26:04 +08:00