Now that I know how to transfer files between operating systems, I am attaching my 
XF86Config-4 file as a windows text file. It is not very different from the one sent 
to me by 
Mr. Lecoq.
Any comments would be appreciated. Thank you.  


12/27/2001 2:55:20 PM, Lionel Lecoq <[EMAIL PROTECTED]> wrote:

>First just a hint you can from console use mcopy to copy a file from linux to dos 
>format 
and
>vice-versa...
>second hint: linux files can better be read by wordpad than by notepad under windows, 
attaching
>them or copying their content to a mail is then no problem...
>
>Third a copy of the device / monitor and screen section, (note that I use the r128 
>and 
not the
>fbdev) from my XF86Config-4...
>Obviously you would have to put your own monitor with its HorizSync and VertRefresh
>
>
>Section "Monitor"
>       Identifier "Maxdata Belinea 10 55 75"
>       VendorName "Unknown"
>       ModelName  "Unknown"
>       HorizSync 30.0-69.0
>       VertRefresh 50.0-120.0
>       Option "dpms"
>EndSection
>
>Section "Device"
>       Identifier "My Video Card"
>       Driver "r128"
>       BoardName "Unknown"
>EndSection
>
>Section "Device"
>       Identifier "Linux Frame Buffer"
>       Driver "fbdev"
>       BoardName "Unknown"
>EndSection
>
>Section "Screen"
>       Identifier "Screen0"
>       Device "My Video Card"
>       Monitor "Maxdata Belinea 10 55 75"
>       DefaultDepth 16
>       Subsection "Display"
>               Depth 24
>               Modes "1024x768"
>       EndSubSection
>       Subsection "Display"
>               Depth 16
>               Modes "1024x768"
>       EndSubSection
>EndSection
>
>Section "DRI"
>       Mode 0666
>EndSection
> 
>

# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"             # Double-buffering
        Load  "GLcore"          # OpenGL support
        Load  "dri"             # Direct rendering infrastructure
        Load  "glx"             # OpenGL X protocol interface
        Load  "extmod"          # Misc. required extensions
        Load  "v4l"             # Video4Linux
        # Load  "pex5"          # PHIGS for X 3D environment (obsolete)
        # Load  "record"        # X event recorder
        # Load  "xie"           # X Image Extension (obsolete)
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"       # TrueType font handler
        # Load  "type1"         # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "ViewSonic"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30 - 95
        VertRefresh 50 - 180
        Option "dpms"
EndSection

Section "Device"
        Identifier "ATI Rage 128"
        Driver "r128"
        BoardName "Unknown"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "ATI Rage 128"
        Monitor "ViewSonic"
        DefaultDepth 16
        Subsection "Display"
                Depth 24
                Modes "1280x1024"
        EndSubSection
        Subsection "Display"
                Depth 16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Reply via email to