xrdp/xorg/server/xrdpdev/xorg.conf

69 lines
1.7 KiB
Xorg
Raw Normal View History

2013-07-13 13:30:20 +08:00
Section "ServerLayout"
Identifier "X11 Server"
Screen "Screen (xrdpdev)"
2013-07-13 14:26:04 +08:00
InputDevice "xrdpMouse" "CorePointer"
InputDevice "xrdpKeyboard" "CoreKeyboard"
2013-07-13 13:30:20 +08:00
EndSection
2013-07-14 12:11:28 +08:00
Section "ServerFlags"
Option "DontVTSwitch" "on"
Option "AutoAddDevices" "off"
2013-07-14 12:11:28 +08:00
EndSection
2013-07-13 13:30:20 +08:00
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/viewtouch"
EndSection
Section "Module"
Load "dbe"
Load "ddc"
Load "extmod"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
Load "xorgxrdp"
2013-07-13 14:26:04 +08:00
Load "fb"
2013-07-13 13:30:20 +08:00
EndSection
Section "InputDevice"
2013-07-13 14:26:04 +08:00
Identifier "xrdpKeyboard"
2013-07-14 12:11:28 +08:00
Driver "xrdpkeyb"
2013-07-13 13:30:20 +08:00
EndSection
Section "InputDevice"
2013-07-13 14:26:04 +08:00
Identifier "xrdpMouse"
Driver "xrdpmouse"
2013-07-13 13:30:20 +08:00
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS"
HorizSync 30-80
VertRefresh 60-75
ModeLine "1920x1080" 138.500 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
ModeLine "1280x720" 74.25 1280 1720 1760 1980 720 725 730 750 +HSync +VSync
Modeline "1368x768" 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync
Modeline "1600x900" 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync
EndSection
Section "Device"
2013-07-14 05:07:01 +08:00
Identifier "Video Card (xrdpdev)"
2013-07-13 14:26:04 +08:00
Driver "xrdpdev"
2013-07-13 13:30:20 +08:00
EndSection
Section "Screen"
Identifier "Screen (xrdpdev)"
Device "Video Card (xrdpdev)"
Monitor "Monitor"
DefaultDepth 24
SubSectionSub "Display"
Depth 24
Modes "640x480" "800x600" "1024x768" "1280x720" "1280x1024" "1600x900" "1920x1080"
EndSubSection
EndSection