I have a Dell D620 running FC5 which when docked has an extenal Flat Panal Monitor at it's disposal.
I have configure xorg to do dual output with the Laptop LCD being the primary device. But for some reason when I go to move windows from the LCD to the external TFT, the windows will not move fully to the TFT. For some reason a part of the window will stay on the Laptops LCD.
Does anyone know how to fix this, my xorg.conf is below
Cheers
Steve
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
InputDevice "Mouse0" "AlwaysCore"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
#ModeLine "1440x900" 108.8 1440 1472 1880 1912 900 918 927 946
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1440x900"
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
Option "dpms"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
#HorizSync 30.0 - 81.0
#VertRefresh 56.0 - 76.0
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell 1704FPV (Analog)"
#DisplaySize 370 280
#HorizSync 30.0 - 110.0
#VertRefresh 50.0 - 160.0
Option "dpms"Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Intel"
BoardName "Intel Corporation Mobile Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "i810"
VendorName "Videocard Vendor"
BoardName "Intel Corporation Mobile Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 1
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
EndSection