PDA

View Full Version : [ubuntu] Video playback is choppy


HanDy_man
July 23rd, 2008, 03:50 AM
My spec Sempron 1150 LE 2GHz, Radeon x1200 (series) integrated, 1GB DDR2 800MHz. So when I play video it's choppy, it's tearing, and image is very crisp (I've try Totem and VLC with different renders). Games runs fine. Can someone tell me how to fix this problem. xorg-driver-fglrx (1:7.1.0-8-3+2.6.24.13-19.45) My xorg:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "ATI Radeon (fglrx)"
Busid "PCI:1:5:0"
Driver "fglrx"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
Modeline "1280x960@60" 105.68 1280 1312 1712 1744 960 979 989 1009
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "dri"
Load "v4l"
Load "glx"
EndSection
Section "ServerFlags"
EndSection