ok so I have edited by xorg for dual head as shown
Quote:
Section "ServerFlags"
Option "DefaultServerLayout" "single head configuration"
#Option "DefaultServerLayout" "Double Separate Desktop 1024 Layout"
EndSection
# two screens with two desktop, external 1280x1024
Section "ServerLayout"
Identifier "Double Separate Desktop 1024 Layout"
Screen 0 "Screen0" Below "Screen1"
Screen 1 "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics" "AlwaysCore"
Option "Xinerama" "true"
Option "Clone" "off"
EndSection
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/TTF/"
EndSection
Section "Module"
Load "dri"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "6 7"
Option "Buttons" "7"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
#Option "FingerLow" "14"
#Option "FingerHigh" "15"
Option "MaxTapMove" "110"
#Option "VertScrollDelta" "50"
#Option "HorizScrollDelta" "20"
Option "MinSpeed" ".5"
Option "MaxSpeed" "5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Generic VGA Monitor"
HorizSync 27 - 96
VertRefresh 50 - 160
VertRefresh 60
DisplaySize 347 260
Option "DPMS"
Modeline "1024x768_60.00" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
EndSection
Section "Device"
Identifier "Device0"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "MonitorLayout" "CRT,LFP"
VendorName "Intel"
Option "NoAccel" "false"
Option "DRI" "true"
VideoRam 16384
EndSection
Section "Device"
Identifier "Dual VGAOUT Device"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
Option "MonitorLayout" "CRT,LFP"
# Option "DDC" "false"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Dual VGAOUT Device"
Monitor "Generic VGA Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
Virtual 1024 768
EndSubSection
EndSection
|
I receive the errors below and am not sure how to fix this. Dual Head with the i810 is said to be possible and it seems that I am close, but something is still wrong.
Quote:
(EE) I810(0): Failed to switch to monitor configuration (0x108)
(EE) I810(0): Please check the devices specified in your MonitorLayout
(EE) I810(0): is configured correctly.
(EE) I810(1): Failed to setup second head due to primary head failure.
(EE) Screen(s) found, but none have a usable configuration.
|
Thanks