OpenSUSE 11 Compiz ATI Video Flicker Fix

One thing that didn’t work properly for me when I first activated Compiz in my newly installed OpenSUSE 11 install was the video playback. It worked but the screen would flicker horribly.

The solution was to slightly modify some settings in the xorg.conf file, a solution I found here.


Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
Option "TexturedVideo" "off"

The entire section looks like this:

Section "Device"
Identifier "Device[0]"
Driver "fglrx"
VendorName "ATI"
BoardName "ATI Mobility Radeon HD 2600 (M76 9581)"
Option "XAANoOffscreenPixmaps" "true"
Option "Capabilities" "0x00000000"
Option "OpenGLOverlay" "on"
Option "FSAAScale" "0"
Option "FSAAEnable" "off"
Option "VideoOverlay" "off"
Option "TexturedVideo" "off"
Option "DesktopSetup" "single"
Option "EnableMonitor" "crt1,lvds"
EndSection

  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: