Hi,

I need help to convert my working XF86Config to XF86Config-4.  Mine 
machine is a Sony Vaio PCG-C1R with NeoMagic NM2200 with nonstandard 
resolution 1024x480.  My original XF86Config was fine, until I upgrade 
to Redhat 7.1 which runs the XFree86 4.0+.  Using the same file my 
screen flickers and seems that the refresh rate isn't correct.  I don't 
know too much about the timing and modeline and any help would be very 
much appreciated.

Patrick

Here is my XFConfig:

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    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/URW/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
#    NoTrapSignals
#    DontZap
#    DontZoom
#    DisableVidModeExtension
#    AllowNonLocalXvidtune
#    DisableModInDev
#    AllowNonLocalModInDev
EndSection

Section "Keyboard"
    Protocol    "Standard"
    AutoRepeat  500 5
    XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "Generic Multisync"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   30-64
    VertRefresh 50-100

# 1024x480
Modeline "1024x480"    65    1024 1032 1176 1344   480  491  493  525 -hsync -vsync

EndSection

Section "Device"
    Identifier  "NeoMagic"
    Chipset     "NM2200"
    VideoRam    2560
    Option "override_validate_mode"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "NeoMagic"
    Monitor     "Generic Multisync"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x480"
    EndSubsection
EndSection



_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to