Xorg 6.9.0, i810 and 915resolution not doing dualhead right.
Phillip Neumann
phillip at sofsis.cl
Mon Feb 20 08:25:28 PST 2006
-------------- next part --------------
Section "ServerLayout"
Identifier "Xinerama Layout"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Option "Xinerama" "true"
# Option "Clone" "off"
# Option "RandR" "on"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
Option "Buttons" "10"
Option "VertScrollDelta" "300"
Option "XAxisMapping" "6 7"
Option "Resolution" "800"
EndSection
Section "Monitor"
Identifier "Externo"
VendorName "Dell"
ModelName "1704FP"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Notebook"
VendorName "QDS"
ModelName "48"
Option "dpms"
EndSection
Section "Device"
#man i810
Identifier "i915a"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusId "0:2:0"
# Option "FlipPrimary" "true" #seguno monitor es el primario?
# Option "DRI" "true"
Option "MonitorLayout" "CRT,LFP"
VideoRAM 32768
Option "ForceBIOS" "1600x1200=1280x800" #for the future..
Screen 0
Option "VBERestore" "True"
EndSection
Section "Device"
Identifier "i915b"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusId "0:2:0"
VideoRAM 32768
Option "MonitorLayout" "LFP,CRT"
Option "DevicePresence" "true"
# Option "FlipPrimary" "true" #seguno monitor es el primario?
# Option "DRI" "true"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "i915a"
Monitor "Notebook"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "i915b"
Monitor "Externo"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
More information about the xorg
mailing list