You are not logged in.

#1 2006-10-03 13:18:26

Ninja Deluxe
Member
Registered: 2006-05-20
Posts: 6

Fglrx module crashes with movies

After upgrading to the newest ati-fglrx 8.29.6, I can't watch movies any more. When I try to start both mplayer and vlc, there's not showing anything at all, only get about 2-3 second of sound and everything dies.. Except the mouse.. I can still use the cursor, but no buttons work at all. Not even killing X with CTRL-ALT-BACKSPACE works. If I change driver to ati I can watch movies, but got no 3D for games sad
It actually started with ati-fglrx 8.28-8.

My xorg.conf:

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen      0  "screen_fglrx" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/speedo"
EndSection

Section "Module"
    Load  "dbe"      # Double buffer extension
    SubSection "extmod"
        Option        "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load  "freetype"
    Load  "glx"
    Load  "dri"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option        "AutoRepeat" "500 30"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "dk"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option        "Device" "/dev/input/mice"
    Option        "Dev Name" "Logitech USB"
    Option        "Protocol" "ImPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "8"
    Option        "CorePointer"
EndSection

Section "InputDevice"
    Identifier  "Synaptics"
    Driver      "synaptics"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "auto-dev"
    Option        "Emulate3Buttons" "yes"
    Option        "LeftEdge" "120"
    Option        "RightEdge" "830"
    Option        "TopEdge" "120"
    Option        "BottomEdge" "650"
    Option        "FingerLow" "14"
    Option        "FingerHigh" "15"
    Option        "MaxTapMove" "0"
    Option        "MaxTapTime" "0"
    Option        "VertScrollDelta" "0"
    Option        "HorizScrollDelta" "0"
    Option        "MinSpeed" "0.3"
    Option        "MaxSpeed" "0.75"
    Option        "AccelFactor" "0.0300"
EndSection

Section "Monitor"
    Identifier   "monitor_fglrx"
    HorizSync    30.0 - 67.0
    VertRefresh  50.0 - 70.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier  "adapter_fglrx"
    Driver      "fglrx"

#    Option        "MonitorLayout" "NONE, AUTO"
#    Option        "NoTV" "no"
#    Option        "TVStandard" "PAL-B"
#    Option      "TVFormat" "PAL-B"
#    Option        "TVHSizeAdj" "0"
#    Option        "TVVSizeAdj" "0"
#    Option        "TVHPosAdj" "0"
#    Option        "TVVPosAdj" "0"
#    Option        "TVHStartAdj" "0"
#    Option        "TVColorAdj" "0"
    Option "GammaCorrectionI"           "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
    Option        "no_accel" "no"
    Option        "no_dri" "no"
    Option        "mtrr" "off" # disable DRI mtrr mapper, driver has 
#    Option        "DesktopSetup" "horizontal"
    Option        "ScreenOverlap" "0"
    Option        "Capabilities" "0x00000000"
    Option        "CapabilitiesEx" "0x00000000"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
    Option        "CenterMode" "off"
    Option        "PseudoColorVisuals" "off"
    Option        "Stereo" "off"
    Option        "StereoSyncEnable" "1"
    Option        "FSAAEnable" "no"
    Option        "FSAAScale" "1"
    Option        "FSAADisableGamma" "no"
    Option        "FSAACustomizeMSPos" "no"
    Option        "FSAAMSPosX0" "0.000000"
    Option        "FSAAMSPosY0" "0.000000"
    Option        "FSAAMSPosX1" "0.000000"
    Option        "FSAAMSPosY1" "0.000000"
    Option        "FSAAMSPosX2" "0.000000"
    Option        "FSAAMSPosY2" "0.000000"
    Option        "FSAAMSPosX3" "0.000000"
    Option        "FSAAMSPosY3" "0.000000"
    Option        "FSAAMSPosX4" "0.000000"
    Option        "FSAAMSPosY4" "0.000000"
    Option        "FSAAMSPosX5" "0.000000"
    Option        "FSAAMSPosY5" "0.000000"
    Option        "UseFastTLS" "0"
    Option        "BlockSignalsOnLock" "on"
    Option        "UseInternalAGPGART" "yes"
    Option        "ForceGenericCPU" "no"
    Option        "OverlayOnCRTC2" "1"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "screen_fglrx"
    Device     "adapter_fglrx"
    Monitor    "monitor_fglrx"
    DefaultDepth     24
    SubSection "Display"
        Modes    "1400x1050"
        Viewport   0 0
        Depth     24
#        Modes    "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Offline

#2 2006-10-03 14:07:16

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Fglrx module crashes with movies

I have personally had some problems with xv with the more recent fglrx drivers.

Try using a different video-out, like opengl

Offline

Board footer

Powered by FluxBB