Hi everyone. I'm an Italian user who uses Kubuntu 10.04 on Toshiba L500 1v5 with ATI Radeon HD 4650 graphic card (sorry if my English is bad ).
I've installed ATI Catalyst drivers replacing open source driver because I need hardware acceleration for reproduction of HD videos with VLC 1.1.x.
Unfortunately, the reproduction isn't good with all videos that I tried. When a video is reproducing, before some parts of the image freeze and after they return normal. This often occurs...
Can someone help me?
This is my xorg.conf configuration:
I've installed ATI Catalyst drivers replacing open source driver because I need hardware acceleration for reproduction of HD videos with VLC 1.1.x.
Unfortunately, the reproduction isn't good with all videos that I tried. When a video is reproducing, before some parts of the image freeze and after they return normal. This often occurs...
Can someone help me?
This is my xorg.conf configuration:
Code:
Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "OpenGLOverlay" "on" Option "UseFastTLS" "1" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Comment