Here is my working X86Config, I hope it helps others who are having the same problem:
Section "ServerLayout"
Identifier "Default Layout" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" EndSection
Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection
Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection
Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then # this input device can be used in AlwaysCore mode to let you # also use USB mice at the same time. Identifier "DevInputMice" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "NEC MultiSync FE950" DisplaySize 370 280 HorizSync 31.0 - 96.0 VertRefresh 55.0 - 160.0 Option "dpms" EndSection
Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "NEC MultiSync FE950" DisplaySize 370 280 HorizSync 31.0 - 96.0 VertRefresh 55.0 - 160.0 Option "dpms" EndSection
Section "Device"
BUSId "PCI:1:0:0" Identifier "Videocard0" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon 7500" # VideoRam 65536 Screen 0 EndSection
Section "Device"
BUSId "PCI:1:0:0" Identifier "Videocard1" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon 7500" # VideoRam 65536 Screen 1 EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "DRI" Group 0 Mode 0666 EndSection
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
_______________________________________________ xfree86-list mailing list xfree86-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/xfree86-list IRC: #xfree86 on irc.redhat.com