You are not logged in.

#1 2008-08-30 20:40:34

noahsark1126
Member
Registered: 2008-08-28
Posts: 119

[SOLVED] Video "skips" with fglrx

I have an ATI x1400 Mobility using fglrx 8-8.  During video playback, one every minute or two the video "skips," almost the way a CD might.  The picture freezes and the sound repeats itself.  Sometimes this only lasts for a split second, sometimes its extended for 5 or 10 seconds or more.  Once or twice it's not annoying, but it happens repeatedly, on any video file, in any video player (I've tried mplayer, vlc, totem...), and it makes it difficult to watch movies at all.

I borrowed my xorg.conf from my previous distribution (sidux), and then modified it slightly for Arch.  When the video problem started, I changed some settings around, but none of it has had any effect.  Here's what I have right now:

# /etc/X11/xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by fll_xorgconfig, the F.U.L.L.S.T.O.R.Y.
# Xorg Configuration tool.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
Section "ServerLayout"
    Identifier    "Xorg Configured"
    Screen        "Screen 0"
    InputDevice     "Keyboard 0"
    InputDevice    "SynPS/2 Synaptics TouchPad 0"
    InputDevice    "Microsoft Corporation Microsoft Laser Mouse 6000 1"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail"    "true"
EndSection

Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "xtrap"
    Load  "record"
    Load  "dri"
    Load  "glx"
    Load  "GLcore"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier    "Keyboard 0"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"        "xorg"
    Option        "XkbModel"        "pc105"
    Option        "XkbLayout"        "us,ca"
    Option        "XkbOptions"        "altwin:super_win"
EndSection

Section "InputDevice"
    Identifier    "SynPS/2 Synaptics TouchPad 0"
    Driver        "synaptics"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "auto-dev"
#    Option        "LeftEdge"        "1700"
#    Option        "RightEdge"        "5300"
#    Option        "TopEdge"        "1700"
#    Option        "BottomEdge"        "4200"
    Option        "FingerLow"        "15"
    Option        "FingerHigh"        "23"
    Option        "FastTaps"        "1"
    Option        "MaxTapTime"        "180"
    Option        "MaxTapMove"        "220"
    Option        "VertScrollDelta"    "200"
    Option        "HorizEdgeScroll"    "on"
    Option        "MinSpeed"        "0.05"
    Option        "MaxSpeed"        "0.21"
    Option        "AccelFactor"        "0.0020"
#    Option        "LBCornerButton"    "8"
#    Option        "RBCornerButton"    "9"
    Option        "SHMConfig"        "on"
    Option        "CorePointer"
EndSection

Section "InputDevice"
    Identifier    "Microsoft Corporation Microsoft Laser Mouse 6000 1"
    Driver        "mouse"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "Auto"
    Option          "Emulate3Buttons"       "true"
    Option        "SendCoreEvents"
EndSection

Section "Device"
    Identifier    "Device 0"
    Driver        "fglrx"
#    Option        "UseInternalAGPGART" "no"
    Option        "XAANoOffscreenPixmaps" "on"
    Option        "TexturedVideo" "on"
    Option        "VideoOverlay" "off"
    Option        "OpenGLOverlay" "off"
    Option        "Textured2D" "on"
    Option        "TexturedXrender" "off"
    Option        "UseFastTLS" "1"
    Option        "BackingStore" "on"
    VendorName    "ATI Technologies Inc"
    BoardName    "Radeon Mobility X1400"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"    
    Identifier    "Monitor 0"
    ModelName    "Default Monitor"
    DisplaySize    444 277 # 96 DPI @ 1680x1050
#    HorizSync     30.0 - 130.0 # Safe for LCD's
#    VertRefresh   50.0 - 100.0 # Safe for LCD's and most CRT's.
EndSection

Section "Screen"
    Identifier    "Screen 0"
    Monitor        "Monitor 0"
    Device         "Device 0"
    DefaultColorDepth 24
    SubSection "Display"
        Depth    8
    EndSubSection
    SubSection "Display"
        Depth    15
    EndSubSection
    SubSection "Display"
        Depth    16
    EndSubSection
    SubSection "Display"
        Depth    24
    EndSubSection
EndSection

Section "Extensions"
#    Option      "Composite"    "Enable"
    Option      "Composite"    "Disable"
#    Option      "RENDER"    "Enable"
#    Option      "DAMAGE"    "Enable"
EndSection

Section "DRI"
    Mode 0666
EndSection

Is this a known/fixable bug?

Last edited by noahsark1126 (2008-08-31 19:30:41)

Offline

#2 2008-08-31 10:07:53

davvil
Member
Registered: 2008-05-06
Posts: 165

Re: [SOLVED] Video "skips" with fglrx

Add nopat to your kernel options in your grub config.

For more information look at this http://www.phoronix.com/forums/showthre … 183&page=6. There was also some discussion on these (arch) forums, but I do not find it right now.

PS: The catalyst drivers are really a pain.

Offline

#3 2008-08-31 12:07:00

irnn
Member
Registered: 2008-08-31
Posts: 10

Re: [SOLVED] Video "skips" with fglrx

That works. Thank you!

Offline

#4 2008-08-31 19:19:39

noahsark1126
Member
Registered: 2008-08-28
Posts: 119

Re: [SOLVED] Video "skips" with fglrx

Thank you!  That fixed it!

Offline

Board footer

Powered by FluxBB