Try saving the below as XF86Config-4 (backup existing b4). Made some minor 
modifications. Not sure if it helps.



 Section "Module"
     Load       "dbe"
     Load       "type1"
     Load       "freetype"
     Load       "speedo"
     Load       "extmod"
     Load       "glx"
     Load       "dri"
     Load       "dbe"
     Load       "record"
 EndSection
 Section "DRI"
      Mode 0666
 EndSection
 Section "Files"
     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/100dpi/:unscaled"
     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
 EndSection
 Section "ServerFlags"
 EndSection
 Section "InputDevice"
     Identifier  "Keyboard1"
     Driver      "Keyboard"
     Option "AutoRepeat" "500 30"
     Option "XkbRules"   "xfree86"
     Option "XkbModel"   "pc104"
     Option "XkbLayout"  "us"
 EndSection
 Section "InputDevice"
     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "usb"
     Option "Device"      "/dev/mouse"
     Option "ZAxisMapping"  "4 5"
 EndSection
 Section "Monitor"
     Identifier  "My Monitor"
      HorizSync  31.5-37.9
    VertRefresh   50-70
 EndSection
 Section "Device"
     Identifier  "ATI Rage 128"
     Driver      "radeon"
     VideoRam    32768
 EndSection

 Section "Screen"
     Identifier  "Screen1"
     Device      "ATI Rage 128"
     Monitor     "My Monitor"
     DefaultDepth 24
     Subsection "Display"
         Depth       24
         Modes       "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
 EndSection

 Section "ServerLayout"
     Identifier  "Simple Layout"
     Screen "Screen 1"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"
 EndSection
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to