You are not logged in.

#1 2009-12-24 16:21:21

jonathansizz
Member
Registered: 2009-12-24
Posts: 2

3D Acceleration Broken After Update

Hi everyone,

I have had 3D acceleration working fine (e.g. Urban Terror, Stellarium) until I ran a
pacman -Syu yesterday.

Now 3D acceleration does not work. I have a Radeon 9250 card.



Here is the update log:


[2009-12-23 18:54] synchronizing package lists
[2009-12-23 18:54] starting full system upgrade
[2009-12-23 18:57] upgraded libdrm (2.4.16-1 -> 2.4.17-2)
[2009-12-23 18:57] upgraded libgl (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded ati-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded intel-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded mach64-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded mesa (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded mga-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded opencv (2.0.0-1 -> 2.0.0-2)
[2009-12-23 18:57] upgraded pycups (1.9.46-2 -> 1.9.47-1)
[2009-12-23 18:57] upgraded r128-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded savage-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded sis-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded system-config-printer-common (1.1.13-1 -> 1.1.15-1)
[2009-12-23 18:57] upgraded tdfx-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded trident-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded unichrome-dri (7.6-2 -> 7.6.1-1)
[2009-12-23 18:57] upgraded xf86-video-ati (6.12.99.git20091014-1 -> 6.12.4-2)




and here is my xorg.conf


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "Monitor"
    #DisplaySize      470   300    # mm
    Identifier   "Monitor0"
    VendorName   "ACR"
    ModelName    "Acer X223W"
    HorizSync    30.0 - 83.0
    VertRefresh  56.0 - 76.0
    Option        "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "CustomEDID"             # [<str>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "ClockGating"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
        #Option     "DefaultTVDACAdj"        # [<bool>]
        #Option     "Int10"                  # [<bool>]
        #Option     "EXAVSync"               # [<bool>]
        #Option     "ATOMTVOut"              # [<bool>]
        #Option     "R4xxATOM"               # [<bool>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        #Option     "DynamicPM"              # [<bool>]
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RV280 [Radeon 9200 PRO]"
    BusID       "PCI:1:0:0"
    Option      "DRI"    "true"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
EndSection

Section "DRI"
        Group  "video"
        Mode   0666
EndSection




I am assuming that the update is responsible for the breakage.

Help appreciated.

Offline

#2 2009-12-24 17:23:13

jonathansizz
Member
Registered: 2009-12-24
Posts: 2

Re: 3D Acceleration Broken After Update

big_smile UPDATE:

After reading another thread, I fixed the problem by disabling KMS (for instructions follow the link below).

http://wiki.archlinux.org/index.php/ATI#Disable_KMS

Offline

Board footer

Powered by FluxBB