Hi James,

"Mr. James W. Laferriere" <[EMAIL PROTECTED]> writes:
> 
>       I have (almost) looked the world over for a XF86Config for this
>       unit .  I have found several around this model type but not this
>       one .

This works for me in 800x600 mode:

-----------------------------------------------------------------------
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/75dpi/"
        ModulePath      "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
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      "V4000 TFT"
        VendorName      "NEC"
        ModelName       "Versa 4000 HiRes TFT"
        HorizSync       20-64
        VertRefresh     25-140
        Modeline        "800x600"  40    800  824  864  920  600 600 601 618
EndSection

Section "Device"
        Identifier      "CT65545"
        VendorName      "Chips & Technology"
        BoardName       "65545"
        ChipSet         "ct65545"
        VideoRam        1024
#       Option          "power_saver"
        Option          "fix_panel_size"
        Option          "no_bitblt"
EndSection

Section "Screen"
        Driver          "svga"
        Device          "CT65545"
        Monitor         "V4000 TFT"
        Subsection      "Display"
                Depth           8
                Modes           "800x600"
                ViewPort        0 0
                Virtual         0 0
        EndSubsection
EndSection
-----------------------------------------------------------------------

Cheers,
Stephen
--
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Reply via email to