Some additional info about my configuration:

    $ lspci
    00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual
    PCI-to-PCI bridge (AGP)
    01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128
    PF/PRO AGP 4x TMDS

>From /etc/X11/XF86Config:

    Section "Module"
            Load  "dbe"
            Load  "extmod"
            Load  "fbdevhw"
            Load  "glx"
            Load  "record"
            Load  "freetype"
            Load  "type1"
            Load  "dri"
    EndSection
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     16
            SubSection "Display"
                    Depth     16
                    Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480"
            EndSubSection
    EndSection
    Section "DRI"
            Group        0
            Mode         0666
    EndSection
    Section "Device"
            Identifier  "Videocard0"
            VendorName  "Videocard vendor"
            BoardName   "ATI Rage 128"
            Driver      "ati"
            Option      "AGPMode" "1"
            Option      "UseCCEFor2D" "false"
    EndSection

>From everything I've seen on Google, this should be sufficient to
support OpenGL and 3D acceleration, but some applications (WineX in
particular) insist that I don't have OpenGL or 3D capabilities.    

-- 
The DMCA is anti-consumer. The RIAA has no right to rewrite copyright
laws to suit themselves.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to