-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 13 September 2001 23:00, Iris Adriana D�az Cal y Mayor babbled:
> Hi,
>
> I have been trying without success to configure XFree86 4.1.0 ( Linux 2.4.5
> i686 [ELF] ) for an ATI XPERT 2000 PRO card ( Rage 128 ).
>
> Has anyone done this successfully using 4.1.0?  If so, I would very much
> like to see the relevant entries in your XF86Config file.
>
> Or buy another card?
>
> Thanks,
>
> IrisObtenga el m�ximo provecho del Web. Descarga GRATUITA de MSN Explorer:
> http://explorer.msn.es/intl.asp#es

you can try my XF86Config. it works for me
- -- 
Douglas J. Hunley ([EMAIL PROTECTED]) - Linux User #174778 
Admin: http://hunley.homeip.net/        Admin: http://linux.nf/ 
Brainbench Linux Administration Certified

~~ Now offering Linux admin services for the home user ~~

"Give a man a fire, he'll be warm for a few hours. Set a man on fire,
he'll be warm for the rest of his life."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjuiFfsACgkQOPP+k4ZeTm0D/wCgqasU1lc3havBbKDYNZxXpf5f
kJIAnjjNscm76smBEkzJS9Qe9Q2JdkP6
=upj2
-----END PGP SIGNATURE-----
# File generated by xf86config.

Section "Module"
    Load        "dbe"
    Load        "dri"
    Load        "extmod"
    Load        "freetype"
    Load        "glx"
    Load        "GLcore"
    Load        "pex5"
    Load        "record"
    Load        "speedo"
    Load        "type1"
    Load        "xie"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/X11R6/lib/X11/fonts/truetype/"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc:unscaled/"
    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/"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/tigert/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option      "AutoRepeat"    "500 30"
    Option      "XkbKeycodes"   "xfree86"
    Option      "XkbTypes"      "default"
    Option      "XkbCompat"     "default"
    Option      "XkbSymbols"    "en_US(pc104)"
    Option      "XkbGeometry"   "pc"
    Option      "XkbRules"      "xfree86"
    Option      "XkbModel"      "pc104"
    Option      "XkbLayout"     "en_US"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/mouse"
    Option      "Name"          "AutoDetected"
    Option      "Vendor"        "Logitech"
    Option      "Resolution"    "144"
    Option      "ZAxisMapping"  "4 5"
    Option      "Buttons"       "5"
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   30-86
    VertRefresh 50-180
EndSection

# Standard VGA Device:
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"
EndSection

# Device configured by xf86config:
Section "Device"
    Identifier  "XPert2000"
    VendorName  "ATI"
    Driver      "ati"
    VideoRam    32768
    ChipID      0x5246
    Option      "AGPMode" "4"
    #Option     "AGPMode" "2"
    Option      "UseCCEfor2D"   "false"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "XPert2000"
    Monitor     "My Monitor"
    DefaultDepth        24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen 1"
    InputDevice "Mouse1"        "CorePointer"
    InputDevice "Keyboard1"     "CoreKeyboard"
EndSection

Reply via email to