diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-13 14:07:01 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-13 14:07:01 -0700 |
commit | bca7e7a0238505d2c350265b57e5a1e59c7b1ec1 (patch) | |
tree | 08fa3f852db09b21d39de7172116f10a2641ac4e /xorg/server/xrdpdev | |
parent | e2b4f8cf7e46b51a48bb9a3ca482378bcf8e5212 (diff) | |
download | xrdp-proprietary-bca7e7a0238505d2c350265b57e5a1e59c7b1ec1.tar.gz xrdp-proprietary-bca7e7a0238505d2c350265b57e5a1e59c7b1ec1.zip |
xorg, work on driver
Diffstat (limited to 'xorg/server/xrdpdev')
-rw-r--r-- | xorg/server/xrdpdev/Makefile | 3 | ||||
-rw-r--r-- | xorg/server/xrdpdev/xorg.conf | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/xorg/server/xrdpdev/Makefile b/xorg/server/xrdpdev/Makefile index 1e97b94f..1c680268 100644 --- a/xorg/server/xrdpdev/Makefile +++ b/xorg/server/xrdpdev/Makefile @@ -1,7 +1,7 @@ OBJS = xrdpdev.o -CFLAGS = -O2 -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I../module +CFLAGS = -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 -I../module LDFLAGS = @@ -14,4 +14,3 @@ xrdpdev_drv.so: $(OBJS) Makefile clean: rm -f $(OBJS) xrdpdev_drv.so - diff --git a/xorg/server/xrdpdev/xorg.conf b/xorg/server/xrdpdev/xorg.conf index 9cda5d4d..a44c92dd 100644 --- a/xorg/server/xrdpdev/xorg.conf +++ b/xorg/server/xrdpdev/xorg.conf @@ -6,9 +6,9 @@ Section "ServerLayout" InputDevice "xrdpKeyboard" "CoreKeyboard" EndSection -Section "ServerFlags" - Option "DontVTSwitch" "on" -EndSection +#Section "ServerFlags" +# Option "DontVTSwitch" "on" +#EndSection Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" @@ -51,7 +51,7 @@ Section "Monitor" EndSection Section "Device" - Identifier "Video Card (xrdpdev)" + Identifier "Video Card (xrdpdev)" Driver "xrdpdev" EndSection |