Below is my 'XF86Config', maybe I made a mistake there. :)
<snip> Section "ServerLayout" Identifier "Simple Layout" InputDevice "PS/2 Mouse" "CorePointer" InputDevice "PS/2 Keyboard" "CoreKeyboard" Screen 0 "main" 0 0 Screen 1 "left" LeftOf "main" # Screen 1 "main" Absolute 0 0 # Screen 0 "left" Absolute 0 0 EndSection
Section "Files" # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" # FontPath "/usr/X11R6/lib/X11/fonts/freefont/" # ModulePath "/usr/X11R6/lib/modules" RgbPath "/usr/X11R6/lib/X11/rgb" 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection
Section "Module"
# This loads the Type1 and FreeType font modules
# Load "xtt"
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA ext$
EndSubSection
Load "type1"
Load "speedo"
# Load "freetype"
Load "glx"
# This loads the DRI module
Load "dri"
EndSection
Section "ServerFlags" Option "Xinerama" "true" Option "AllowDeactivateGrabs" "true" Option "AllowClosedownGrabs" "true" Option "BlankTime" "20" Option "StandbyTime" "20" Option "SuspendTime" "20" Option "OffTime" "20"
EndSection
Section "InputDevice" Identifier "PS/2 Keyboard" Driver "Keyboard" Option "AutoRepeat" "500 30" EndSection
Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Buttons" "7" Option "ZAxisMapping" "4 5" EndSection
Section "Monitor" Identifier "IBM" HorizSync 31.5-50 VertRefresh 40-90 Option "DPMS" "true" EndSection
Section "Monitor" Identifier "Compaq" HorizSync 31.5 - 54 VertRefresh 50.0 - 120.0 Option "DPMS" "true" EndSection
Section "Device" Identifier "Generic" Driver "vesa" Screen 0 BusID "PCI:1:0:0" EndSection
Section "Device" Identifier "Generic1" Driver "vesa" Screen 1 BusID "PCI:1:0:1" EndSection
Section "Screen" Identifier "main" Device "Generic" Monitor "IBM" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection
Section "Screen" Identifier "left" Device "Generic1" Monitor "Compaq" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x6All-in-Wonder 12800" "640x480" # Modes "PaT" ViewPort 0 0 EndSubsection EndSection
Section "DRI" Mode 0666 EndSection </Snip>
I would appreaciate any input!
Thanks
_______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86