You are not logged in.

#1 2009-11-06 17:23:05

kenshis
Member
Registered: 2008-12-16
Posts: 52

[solved] disable dri, ati opensource

How can i disable 3d acceleration?
It conflicts with hibernate on my laptop

ati-dri
xf86-video-ati

i have commented out:

Section "Module"
    Load  "extmod"
    #Load  "dri2"
    #Load  "dri"
    Load  "record"
    Load  "dbe"
    #Load  "glx"
    Load  "synaptics"
EndSection

but X still have 3d acceleration

Last edited by kenshis (2009-11-06 17:52:11)

Offline

#2 2009-11-06 17:24:57

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: [solved] disable dri, ati opensource

DRI is loaded by default.  I believe Option "DRI" "false" in Section "Driver" should do it though.  Or uninstall ati-dri.

Offline

#3 2009-11-06 17:51:43

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: [solved] disable dri, ati opensource

in graphic card option need disable dri: Option     "DRI"                    "false"

Section "Device"
    Option     "DRI"                    "false"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RC410 [Radeon Xpress 200M]"
    BusID       "PCI:1:5:0"
EndSection

Offline

Board footer

Powered by FluxBB