You are not logged in.

#1 2011-06-10 13:02:17

fbt
Member
From: Montevideo, Uruguay
Registered: 2010-05-15
Posts: 10
Website

Fglrx errors with drm, dri

When I try to play a video with xine, I get this error:

X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  138 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  2000
  Current serial number in output stream:  2000

I checked /var/log/Xorg.0.log and get these errors:

[fernando@hoth series]$ cat /var/log/Xorg.0.log | grep EE
[ 11091.910] Current Operating System: Linux hoth 2.6.38-ARCH #1 SMP PREEMPT Mon Jun 6 22:49:29 CEST 2011 x86_64
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11091.913] (II) Loading extension MIT-SCREEN-SAVER
[ 11091.970] (EE) fglrx(0): ACPI: DRM connection failed
[ 11092.386] (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. 
[ 11092.415] (EE) fglrx(0): XMM failed to open CMMQS connection.(EE) fglrx(0): 
[ 11092.415] (EE) fglrx(0): XMM failed to initialize

Any ideas on what's wrong? This is the Device section of my xorg.conf file:

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        ### 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     "offscreensize"             # [<str>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ignoreconnector"           # [<str>]
        #Option     "forcereduced"              # [<bool>]
        #Option     "forcedpi"                  # <i>
        #Option     "useconfiguredmonitor"      # [<bool>]
        #Option     "HPD"                       # <str>
        #Option     "NoRandr"                   # [<bool>]
        #Option     "RROutputOrder"             # [<str>]
        #Option     "TVMode"                    # [<str>]
        #Option     "ScaleType"                 # [<str>]
        #Option     "UseAtomBIOS"               # [<bool>]
        #Option     "AtomBIOS"                  # [<str>]
        #Option     "UnverifiedFeatures"        # [<bool>]
        #Option     "Audio"                     # [<bool>]
        #Option     "AudioStreamSilence"        # [<str>]
        #Option     "HDMI"                      # [<str>]
        #Option     "COHERENT"                  # [<str>]
        #Option     "ForceLowPowerMode"         # [<bool>]
        #Option     "LowPowerModeEngineClock"   # <i>
        Driver      "fglrx"
       #Driver       "vesa"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon HD 3200 Graphics"
        #Option     "AccelMethod" "exa"         # [<str>]
        #Option     "DRI" "true"                        # [<bool>]
        #Option     "XAANoOffscreenPixmaps" "true"
        Option      "RenderAccel" "true"
        Option      "AllowGLXWithComposite" "true"
        BusID       "PCI:1:5:0"
EndSection

Thanks!

Offline

Board footer

Powered by FluxBB