View | Details | Raw Unified | Return to bug 135002
Collapse All | Expand All

(-)xorg.conf.single (-6 / +45 lines)
Lines 1-7 Link Here
1
# xorg.conf.single
1
# xorg.conf.multihead
2
#
2
#
3
# Customized for single-mode display on:
3
# Customized for multihead-mode display on:
4
#   Dell 700m Local LCD Panel
4
#   Dell 700m Local LCD Panel
5
#   Dell 1905FP LCD Monitor
5
#
6
#
6
7
7
Section "Files"
8
Section "Files"
Lines 64-70 Link Here
64
EndSection
65
EndSection
65
66
66
Section "ServerFlags"
67
Section "ServerFlags"
67
  Option       "DefaultServerLayout" "SingleLayout"
68
  Option       "DefaultServerLayout" "MultiheadLayout"
68
  Option       "AllowMouseOpenFail"
69
  Option       "AllowMouseOpenFail"
69
  Option       "RandR" "on"
70
  Option       "RandR" "on"
70
EndSection
71
EndSection
Lines 122-127 Link Here
122
  Modeline 	"1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
123
  Modeline 	"1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
123
EndSection
124
EndSection
124
125
126
Section "Monitor"
127
  Identifier   "Dell1905FPMonitor"
128
  VendorName   "Dell"
129
  ModelName    "Dell 1905FP 1280x1024@60Hz"
130
  Option       "DPMS"
131
  HorizSync    30-81
132
  VertRefresh  56-76
133
  Modeline     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 -Hsync +VSync
134
EndSection
135
125
Section "Screen"
136
Section "Screen"
126
  Identifier   "LocalLCDPanelScreen"
137
  Identifier   "LocalLCDPanelScreen"
127
  Device       "LocalLCDPanelDevice"
138
  Device       "LocalLCDPanelDevice"
Lines 133-138 Link Here
133
  EndSubSection
144
  EndSubSection
134
EndSection
145
EndSection
135
146
147
Section "Screen"
148
  Identifier   "Dell1905FPScreen"
149
  Device       "Dell1905FPDevice"
150
  Monitor      "Dell1905FPMonitor"
151
  DefaultDepth 24
152
  SubSection "Display"
153
    Viewport   0 0
154
    Depth      24
155
    Modes      "1280x1024"
156
  EndSubSection
157
EndSection
158
136
Section "Device"
159
Section "Device"
137
  Identifier   "LocalLCDPanelDevice"
160
  Identifier   "LocalLCDPanelDevice"
138
  VendorName   "Intel"
161
  VendorName   "Intel"
Lines 143-159 Link Here
143
  VideoRam     65536
166
  VideoRam     65536
144
  Option       "UseBIOS" "false"
167
  Option       "UseBIOS" "false"
145
  Option       "VBERestore" "true"
168
  Option       "VBERestore" "true"
169
  Option       "MonitorLayout" "CRT,LFP"
170
  Option       "usevnc" "no"
171
EndSection
172
173
Section "Device"
174
  Identifier   "Dell1905FPDevice"
175
  VendorName   "Intel"
176
  BoardName    "855 GM"
177
  Driver       "i810"
178
  BusID        "0:2:0"
179
  Screen       1
180
  VideoRam     65536
181
#  Option       "UseBIOS" "false"
182
#  Option       "VBERestore" "true"
183
  Option       "MonitorLayout" "CRT,LFP"
146
  Option       "usevnc" "no"
184
  Option       "usevnc" "no"
147
EndSection
185
EndSection
148
186
149
Section "ServerLayout"
187
Section "ServerLayout"
150
  Identifier   "SingleLayout"
188
  Identifier   "MultiheadLayout"
151
  InputDevice  "KeyboardInputDevice" "CoreKeyboard"
189
  InputDevice  "KeyboardInputDevice" "CoreKeyboard"
152
  InputDevice  "SynapticsTouchPadInputDevice" "CorePointer"
190
  InputDevice  "SynapticsTouchPadInputDevice" "CorePointer"
153
  InputDevice  "USBMouseInputDevice" "SendCoreEvents"
191
  InputDevice  "USBMouseInputDevice" "SendCoreEvents"
154
  Screen       "LocalLCDPanelScreen"
192
  Screen       0 "LocalLCDPanelScreen" Below "Dell1905FPScreen" 
193
  Screen       1 "Dell1905FPScreen" 0 0
155
  Option       "Clone" "off"
194
  Option       "Clone" "off"
156
  Option       "Xinerama" "off"
195
  Option       "Xinerama" "on"
157
EndSection
196
EndSection
158
197
159
Section "DRI"
198
Section "DRI"

Return to bug 135002