Fujitsu-Siemens C1110-D: Clone with the i810-driver
January 15th, 2007Finally, the same output appears on both the external VGA-port and the laptop LCD, and without flickering. My distro is CentOS 4.4. The problem was that although I could get the same output on CRT and LFP by pressing The Fn-key + F10 a couple of times, the CRT output was flickering. Annoying. It seems to me that the solution was to put
Options “Clone” “1″
in both Device sections in /etc/X11/xorg.conf. This is the relevant parts of my present xorg.conf, which works properly now:
Section “ServerLayout”
Identifier “Multihead layout”
Screen 0 “Screen0″
Screen 1 “Screen1″ 0 0
InputDevice “Mouse0″ “CorePointer”
InputDevice “Keyboard0″ “CoreKeyboard”
Option “Xinerama” “off”
Option “Clone” “on”
EndSection
Identifier “Multihead layout”
Screen 0 “Screen0″
Screen 1 “Screen1″ 0 0
InputDevice “Mouse0″ “CorePointer”
InputDevice “Keyboard0″ “CoreKeyboard”
Option “Xinerama” “off”
Option “Clone” “on”
EndSection
Section “Monitor”
Identifier “Monitor0″
VendorName “Monitor Vendor”
ModelName “Monitor”
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Option “dpms”
EndSection
Identifier “Monitor0″
VendorName “Monitor Vendor”
ModelName “Monitor”
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Option “dpms”
EndSection
Section “Device”
Identifier “VideoCard0″
Driver “i810″
BusID “PCI:0:2:0″
Option “MonitorLayout” “CRT,LFP”
Option “Clone” “1″
EndSection
Identifier “VideoCard0″
Driver “i810″
BusID “PCI:0:2:0″
Option “MonitorLayout” “CRT,LFP”
Option “Clone” “1″
EndSection
Section “Device”
Identifier “VideoCard1″
Driver “i810″
BusID “PCI:0:2:0″
Option “MonitorLayout” “CRT,LFP”
Option “Clone” “1″
Screen 0
EndSection
Identifier “VideoCard1″
Driver “i810″
BusID “PCI:0:2:0″
Option “MonitorLayout” “CRT,LFP”
Option “Clone” “1″
Screen 0
EndSection
Section “Screen”
Identifier “Screen0″
Device “Videocard0″
Monitor “Monitor0″
DefaultDepth 16
SubSection “Display”
Viewport 0 0
Depth 16
Modes “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection
Identifier “Screen0″
Device “Videocard0″
Monitor “Monitor0″
DefaultDepth 16
SubSection “Display”
Viewport 0 0
Depth 16
Modes “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection