summaryrefslogtreecommitdiffstats
path: root/xorg/server/xrdpdev/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/xrdpdev/xorg.conf')
-rw-r--r--xorg/server/xrdpdev/xorg.conf24
1 files changed, 9 insertions, 15 deletions
diff --git a/xorg/server/xrdpdev/xorg.conf b/xorg/server/xrdpdev/xorg.conf
index 76b7590d..9cda5d4d 100644
--- a/xorg/server/xrdpdev/xorg.conf
+++ b/xorg/server/xrdpdev/xorg.conf
@@ -2,12 +2,12 @@
Section "ServerLayout"
Identifier "X11 Server"
Screen "Screen (xrdpdev)"
- InputDevice "ScrollMouse" "CorePointer"
- InputDevice "Keyboard" "CoreKeyboard"
+ InputDevice "xrdpMouse" "CorePointer"
+ InputDevice "xrdpKeyboard" "CoreKeyboard"
EndSection
Section "ServerFlags"
- Option "DontVTSwitch" "off"
+ Option "DontVTSwitch" "on"
EndSection
Section "Files"
@@ -26,23 +26,17 @@ Section "Module"
Load "record"
Load "vbe"
Load "xorgxrdp"
+ Load "fb"
EndSection
Section "InputDevice"
- Identifier "Keyboard"
- Driver "kbd"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc104"
- Option "XkbLayout" "us"
+ Identifier "xrdpKeyboard"
+ Driver "xrdpkeyb"
EndSection
Section "InputDevice"
- Identifier "ScrollMouse"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "ImPS/2"
- Option "ZAxisMapping" "4 5"
+ Identifier "xrdpMouse"
+ Driver "xrdpmouse"
EndSection
Section "Monitor"
@@ -58,7 +52,7 @@ EndSection
Section "Device"
Identifier "Video Card (xrdpdev)"
- Driver "xrdp"
+ Driver "xrdpdev"
EndSection
Section "Screen"