~ubuntu-core-dev/ubuntu-release-upgrader/trusty

« back to all changes in this revision

Viewing changes to tests/test-data/xorg.conf.multiseat

  • Committer: Balint Reczey
  • Date: 2019-12-17 20:29:52 UTC
  • Revision ID: balint.reczey@canonical.com-20191217202952-ci93ah9xs51wnf0b
Moved to git at https://git.launchpad.net/ubuntu-release-upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
Section "Files"
3
 
    FontPath        "/usr/share/X11/fonts/misc"
4
 
    FontPath        "/usr/share/X11/fonts/cyrillic"
5
 
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
6
 
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
7
 
    FontPath        "/usr/share/X11/fonts/Type1"
8
 
    FontPath        "/usr/share/X11/fonts/100dpi"
9
 
    FontPath        "/usr/share/X11/fonts/75dpi"
10
 
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
11
 
EndSection
12
 
 
13
 
Section "Module"
14
 
    Load           "i2c"
15
 
    Load           "bitmap"
16
 
    Load           "ddc"
17
 
    Load           "extmod"
18
 
    Load           "freetype"
19
 
    Load           "glx"
20
 
    Load           "int10"
21
 
    Load           "type1"
22
 
    Load           "vbe"
23
 
EndSection
24
 
 
25
 
Section "ServerFlags"
26
 
    Option         "DontZap" "true"
27
 
EndSection
28
 
 
29
 
#
30
 
#
31
 
 
32
 
Section "InputDevice"
33
 
    Identifier     "Keyboard 0"
34
 
    Driver         "evdev"
35
 
    Option         "Device" "/dev/input/event1"
36
 
    Option         "CoreKeyboard"
37
 
    Option         "Protocol" "evdev"
38
 
    Option         "XkbModel" "evdev"
39
 
EndSection
40
 
 
41
 
Section "InputDevice"
42
 
    Identifier     "Mouse 0"
43
 
    Driver         "mouse"
44
 
    Option         "CorePointer"
45
 
    Option         "Device" "/dev/input/by-id/usb-A4Tech_Wireless_Battery_Free_Optical_Mouse-mouse"
46
 
    Option         "Protocol" "ExplorerPS/2"
47
 
    Option         "ZAxisMapping" "4 5"
48
 
EndSection
49
 
 
50
 
Section "Monitor"
51
 
    Identifier     "Monitor #0"
52
 
    Option         "DPMS"
53
 
EndSection
54
 
 
55
 
Section "Device"
56
 
    Identifier     "GeForce 6600 LE #0"
57
 
    Driver         "nvidia"
58
 
    BusID          "PCI:5:0:0"
59
 
    Option         "NoLogo" "1"
60
 
EndSection
61
 
 
62
 
Section "Screen"
63
 
    Identifier     "Screen 0"
64
 
    Device         "GeForce 6600 LE #0"
65
 
    Monitor        "Monitor #0"
66
 
    DefaultDepth    24
67
 
    Option         "AddARGBGLXVisuals" "True"
68
 
 
69
 
    SubSection     "Display"
70
 
        Depth       24
71
 
        Modes      "1280x1024"
72
 
    EndSubSection
73
 
EndSection
74
 
 
75
 
Section "ServerLayout"
76
 
    Identifier     "Layout0"
77
 
    Screen         "Screen 0"
78
 
    InputDevice    "Keyboard 0"
79
 
    InputDevice    "Mouse 0"
80
 
    Option "AutoAddDevices" "off"
81
 
EndSection
82
 
 
83
 
#
84
 
#
85
 
#
86
 
 
87
 
Section "InputDevice"
88
 
    Identifier     "Keyboard 1"
89
 
    Driver         "evdev"
90
 
    Option         "Device" "/dev/input/event30"
91
 
    Option         "CoreKeyboard"
92
 
    Option         "Protocol" "evdev"
93
 
    Option         "XkbModel" "evdev"
94
 
EndSection
95
 
 
96
 
Section "InputDevice"
97
 
    Identifier     "Mouse 1"
98
 
    Driver         "mouse"
99
 
    Option         "CorePointer"
100
 
    Option         "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse"
101
 
    Option         "Protocol" "ExplorerPS/2"
102
 
    Option         "ZAxisMapping" "4 5"
103
 
EndSection
104
 
 
105
 
Section "InputDevice"
106
 
    Identifier     "stylus"
107
 
    Driver         "wacom"
108
 
    Option         "Device" "/dev/input/wacom"
109
 
    Option         "Type" "stylus"
110
 
    Option         "USB" "on"
111
 
EndSection
112
 
 
113
 
Section "InputDevice"
114
 
    Identifier     "eraser"
115
 
    Driver         "wacom"
116
 
    Option         "Device" "/dev/input/wacom"
117
 
    Option         "Type" "eraser"
118
 
    Option         "USB" "on"
119
 
EndSection
120
 
 
121
 
Section "InputDevice"
122
 
    Identifier     "cursor"
123
 
    Driver         "wacom"
124
 
    Option         "Device" "/dev/input/wacom"
125
 
    Option         "Type" "cursor"
126
 
    Option         "USB" "on"
127
 
EndSection
128
 
 
129
 
Section "Monitor"
130
 
    Identifier     "Monitor #1"
131
 
    Option         "DPMS"
132
 
EndSection
133
 
 
134
 
Section "Device"
135
 
    Identifier     "GeForce 6600 LE #1"
136
 
    Driver         "nvidia"
137
 
    BusID          "PCI:4:0:0"
138
 
    Option         "NoLogo" "1"
139
 
EndSection
140
 
 
141
 
Section "Screen"
142
 
    Identifier     "Screen 1"
143
 
    Device         "GeForce 6600 LE #1"
144
 
    Monitor        "Monitor #1"
145
 
    DefaultDepth    24
146
 
    Option         "AddARGBGLXVisuals" "True"
147
 
 
148
 
    SubSection     "Display"
149
 
        Depth       24
150
 
        Modes      "1680x1050" "1280x1024"
151
 
    EndSubSection
152
 
EndSection
153
 
 
154
 
Section "ServerLayout"
155
 
    Identifier     "Layout1"
156
 
    Screen         "Screen 1"
157
 
    InputDevice    "Keyboard 1"
158
 
    InputDevice    "Mouse 1"
159
 
    InputDevice    "stylus" "SendCoreEvents"
160
 
    InputDevice    "eraser" "SendCoreEvents"
161
 
    InputDevice    "cursor" "SendCoreEvents"
162
 
    Option "AutoAddDevices" "off"
163
 
EndSection