-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxorg.conf
More file actions
46 lines (40 loc) · 961 Bytes
/
Copy pathxorg.conf
File metadata and controls
46 lines (40 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Section "ServerFlags"
Option "AllowEmptyInput" "true"
Option "AutoAddDevices" "false"
Option "AutoEnableDevices" "false"
EndSection
Section "InputDevice"
Identifier "dummy_mouse"
Driver "void"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "dummy_keyboard"
Driver "void"
EndSection
Section "ServerLayout"
Identifier "dummy_layout"
Screen 0 "dummy_screen" 0 0
InputDevice "dummy_mouse" "CorePointer"
InputDevice "dummy_keyboard" "CoreKeyboard"
EndSection
Section "Device"
Identifier "dummy_videocard"
Driver "dummy"
VideoRam 256000
EndSection
Section "Monitor"
Identifier "dummy_monitor"
HorizSync 30-70
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "dummy_screen"
Device "dummy_videocard"
Monitor "dummy_monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection