Hi! I have a small problem. I use dual monitors with my i950 video card (laptop).
Everything is ok, but on the laptop's screen KDE panel and wallpaper are cut (they are placed in the left part of the screen (it's right screen), but I may maximize any window and it will use the whole screen). In kdm everything is ok.
Here is screenshot:
http://itmo.vingrad.ru/files/2desktops.jpg
Red wallpaper - left screen, blue - the right one. I don't see black area shown on the screenshot, but I see some black area righter the blue wallpaper (but not the cut part of wallpaper or the panel). And I may open there windows.
I've changed laptop's screen resolution to 1028x768, but it's still 1440 x 900. Here is the xorg.conf:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
.........................................
Section "Device"
Identifier "card1"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 1
Option "DRI" "false"
EndSection
Section "Device"
Identifier "card0"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 0
Option "DRI" "false"
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-76
EndSection
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
#HorizSync 30-81
#VertRefresh 56-76
#Modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Screen"
Identifier "LaptopScreen"
Device "card0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubSection
EndSection
Section "Screen"
Identifier "LeftScreen"
Device "card1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
#ViewPort 0 0
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Dual-monitor Layout"
Screen 0 "LaptopScreen" Rightof "LeftScreen"
Screen 1 "LeftScreen" 0 0
Option "Xinerama" "On"
Option "Clone" "off"
....
EndSection
Section "DRI"
Mode 0666
EndSection
fox@fox-pfx:~/build/linuxdcpp$ xrandr
SZ: Pixels Physical Refresh
*0 1440 x 900 ( 488mm x 305mm ) *60
Current rotation - normal
Current reflection - none
Rotations possible - normal left inverted right
Reflections possible - none
fox@fox-pfx:~/build/linuxdcpp$