There is a lot of flickering, while i'm playing video files (in all players - VLC, Xine, MPlayer) or flash clips in firefox (YouTube - Broadcast Yourself, for example).
It makes no difference, if i'm using the opensource ATI driver - radeonhd or the propriety driver - fglrx (i've tested the whole version tree from 8.33 to 8.542).
Compiz Fusion Manager is disabled.
This is my original 'xorg.conf' file (openSuSE 11.0):
.................................................. ..............
Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
FontPath "/opt/kde3/share/fonts"
FontPath "/usr/local/share/fonts"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "12"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech USB Optical Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
DisplaySize 367 230
HorizSync 30-82
Identifier "Monitor[0]"
ModelName "LGPHILIPSLCD LCD MONITOR"
Option "DPMS"
Option "PreferredMode" "1680x1050"
VendorName "LPL"
VertRefresh 43-60
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
Modeline "1680x1050" 117.00 1680 1728 1760 1840 1050 1053 1059 1080 +HSync -Vsync
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Mobility Radeon X1600"
BusID "1:0:0"
Driver "radeonhd"
Identifier "Device[0]"
Option "monitor-PANEL" "Monitor[0]"
VendorName "ATI"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection
.................................................. ..............
I've also tried some tweaking in the 'xorg.file' (when ATI FGLRX driver is enabled) like:
Option "TexturedVideo" "off"
Option "VideoOverlay" "on/off"
Option "OpenGLOverlay" "off"
Option "XvmcUsesTextures" "True"
Section "Device"
Identifier "Device[0]"
Driver "radeon"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "True"
Option "AGPMode" "8"
Option "AccelMethod" "XAA"
Option "ColorTiling" "On"
# Option "AccelDFS" "True"
# This can speed up movie playback but can in rare cases case instability
# Option "DMAForXv" "True"
# Option "GARTSize" "512"
Option "RenderAccel" "True"
Option "VGAAccess" "True"
Option "BusType" "AGP"
EndSection
Section "Device"
Identifier "Device[1]"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseFastTLS" "2"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
...
........
No difference !
Any suggestions !?!
Or it's an ATI driver issue.


Reply With Quote
