Sorry, I sent the previous mail when I meant to save a draft.  Please
let me know if any additional information is required.

Thanks,
Eric Mangold

The XF86Config-4 really follows:

Section "Files"
     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
         FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
     FontPath    "/usr/lib/X11/fonts/misc"
     FontPath    "/usr/lib/X11/fonts/cyrillic"
     FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
     FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
     FontPath    "/usr/lib/X11/fonts/Type1"
     FontPath    "/usr/lib/X11/fonts/Speedo"
     FontPath    "/usr/lib/X11/fonts/100dpi"
     FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
     Load    "bitmap"
     Load    "dbe"
     Load    "ddc"
     Load    "extmod"
     Load    "freetype"
     Load    "glx"
     Load    "int10"
     Load    "record"
     Load    "xtrap"
     Load    "speedo"
     Load    "type1"
     Load    "vbe"
EndSection

Section "InputDevice"
     Identifier    "Generic Keyboard"
     Driver        "keyboard"
     Option        "CoreKeyboard"
     Option        "XkbRules"    "xfree86"
     Option        "XkbModel"    "pc104"
     Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
     Identifier    "Configured Mouse"
     Driver        "mouse"
     Option        "CorePointer"
     Option        "Device"        "/dev/input/mice"
     Option        "Protocol"        "ImPS/2"
     Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
     Identifier    "Generic Video Card"
     Driver        "nvidia"
EndSection

Section "Monitor"
     Identifier    "Generic Monitor"
     HorizSync    30-95
     VertRefresh    50-150
     Option        "DPMS"
# This will get me to 84Hz, though I'll be damned if it doesn't add a
bit of distortion
#    Modeline    "1152x864"    108.00   1152 1216 1344 1428    864  865
868  900 +hsync +vsync

EndSection

Section "Screen"
     Identifier    "Default Screen"
     Device        "Generic Video Card"
     Monitor        "Generic Monitor"
     DefaultDepth    16
     SubSection "Display"
         Depth        1
         Modes        "1152x864" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth        4
         Modes        "1152x864" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth        8
         Modes        "1152x864" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth        15
         Modes        "1152x864" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth        16
         Modes        "1152x864" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth        24
         Modes        "1152x864" "800x600" "640x480"
     EndSubSection
EndSection

Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
     InputDevice    "Generic Keyboard"
     InputDevice    "Configured Mouse"
EndSection




_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to