Hi all.
I'm using xfree 4.1.0 on a debian unstable, i've an "ATI 3D Rage P/M Mobility 
AGP 2x" adapter on my laptop Acer 524TE, the card works good on 2D but i'd 
like to set up the 3d accelleration to make works some 3d games (like quake3) 
and program under linux.
Firts of all, had this graphic card 3d support in Xfree4?
I've installed utah-glx and enabled the 3d accel on Xfree86-config but it 
still doesn't work.
I've attached my xfre86config-4 down here.

Regards.
Davide
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        #FontPath       "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        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 "ServerFlags"
EndSection

Section "Module"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
        Load    "extmod"
        Load    "glx"
        Load    "dri"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
subsection "extmod"
        option "omit xfree86-dga"
endsubsection
        Load    "int10"
EndSection

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


Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "IntelliMouse"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "3"
EndSection

Section "Device"
        #Identifier     "Generic Video Card"
        Driver          "ati"
        Identifier  "Rage128"
        VendorName  "ATI"
        #Driver         "r128"
        #Driver      "ati"
        #Option      "UseFBDev"
        Option      "accel"
        #VideoRam    8192
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier  "Rage128"
        #Identifier     "Default Screen"
        #Device         "Generic Video Card"
        Device          "Rage128"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
                ViewPort    0 0
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config

Reply via email to