******************************************************************
Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
     Option   "AllowMouseOpenFailed" "true"
EndSection

**************************************************************
Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option     "XkbLayout"     "fr"
EndSection

Section "InputDevice"
    Identifier	"Global mouse"
    Driver	"mouse"
    Option "Protocol"    "ImPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "3" 
EndSection

Section "Monitor"
    Identifier  "Thinkpad LCD Panel"
    HorizSync   31.5 - 50.0
    VertRefresh 40-90
EndSection

Section "Monitor"
	Identifier  "LG L1710S"
	ModelName   "Flatron L1710S"
	VendorName  "LG"
	HorizSync 30.0-75.0
	VertRefresh 56.0-70.0  
	Option	     "dpms"
EndSection

Section "Device"
	Identifier	"RadeonPrimary"
	Driver		"radeon"
	VendorName	"ATI"
	BoardName	"ATI Radeon Mobility 7500"
	Option		"CloneMode" "0"
	BusID		"PCI:01:00:0"
	#Screen          0
EndSection

Section "Device"
	Identifier	"RadeonSecondary"
	Driver		"radeon"
	VendorName	"ATI"
	BoardName	"ATI Radeon Mobility 7500"
	Option		"CloneMode" "0"
	BusID		"PCI:01:00:0"
	Screen		1
EndSection


Section "Screen"
    Identifier  "Screen A"
    Device      "RadeonPrimary" 
    Monitor     "Thinkpad LCD Panel"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes "1024x768"
    EndSubsection
EndSection

Section "Screen"
    Identifier "Screen B"
    Device      "RadeonSecondary"
    Monitor     "LG L1710S"
   DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes "1280x1024"
    EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0 "Screen A" 0 0
	Screen		1 "Screen B" RightOf "Screen A"
	Option		"Xinerama" "On"
	InputDevice "Global mouse" "SendCoreEvents"
EndSection

Section "ServerFlags"
	Option "Xinerama"
EndSection

Section "DRI"
	Mode	0666
EndSection