Penguin
Diff: i915-xorg.conf
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of i915-xorg.conf.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Monday, July 31, 2006 8:54:45 pm by BernettLee
Older page: version 3 Last edited on Friday, May 19, 2006 8:12:27 am by JohnMcPherson Revert
@@ -163,7 +163,78 @@
 Section "DRI" 
  Mode 0666 
 EndSection 
  
+  
+  
+</verbatim>  
+  
+The following works on a Dell 630m (i915) running Ubuntu 6.06. Only the relevant sections are provided. The rest are unchanged.  
+  
+<verbatim>  
+  
+Section "Device"  
+ Identifier "915-LCD"  
+ Driver "i810"  
+ BusID "PCI:0:2:0"  
+ Option "MonitorLayout" "CRT,LFP"  
+ Screen 0  
+EndSection  
+  
+Section "Device"  
+ Identifier "915-External"  
+ Driver "i810"  
+ BusID "PCI:0:2:0"  
+ Option "MonitorLayout" "CRT,LFP"  
+ Screen 1  
+EndSection  
+  
+Section "Monitor"  
+ Identifier "LCD"  
+ Option "DPMS"  
+EndSection  
+  
+Section "Monitor"  
+ Identifier "External"  
+ Option "DPMS"  
+EndSection  
+  
+Section "Screen"  
+ Identifier "LCD Screen"  
+ Device "915-LCD"  
+ Monitor "LCD"  
+ DefaultDepth 24  
+ SubSection "Display"  
+ Depth 24  
+ Modes "1280x800"  
+ EndSubSection  
+EndSection  
+  
+Section "Screen"  
+ Identifier "External Screen"  
+ Device "915-External"  
+ Monitor "External"  
+ DefaultDepth 24  
+ SubSection "Display"  
+ Depth 24  
+ Modes "1280x1024"  
+ EndSubSection  
+EndSection  
+  
+Section "ServerLayout"  
+ Identifier "Default Layout"  
+ Screen "LCD Screen"  
+ Screen "External Screen" RightOf "LCD Screen"  
+ InputDevice "Generic Keyboard"  
+ InputDevice "Configured Mouse"  
+ InputDevice "stylus" "SendCoreEvents"  
+ InputDevice "cursor" "SendCoreEvents"  
+ InputDevice "eraser" "SendCoreEvents"  
+ InputDevice "Synaptics Touchpad"  
+EndSection  
+  
+Section "ServerFlags"  
+ Option "Xinerama" "true"  
+EndSection  
  
  
 </verbatim>