Hello,
same problem here : since I installed the new Lucid Lynx I have noticed a video performance drop when I'm playing fullscreen videos (VLC, totem, ...).
I have an Ati video chipset :
Code:
amael@amserv:~$ cat /var/log/Xorg.0.log | grep Chipset
(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200 5974 (PCIE)" (ChipID = 0x5974)
amael@amserv:~$ lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS482 [Radeon Xpress 200] [1002:5974]
amael@amserv:~$ glxinfo |grep vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: DRI R300 Project
amael@amserv:~$
Edit : Just found the solution !
I installed the ATI fglrx driver using command-line (not proposed in the proprietary hardware drivers), and now my problem is solved !
Code:
sudo apt-get install fglrx
Hope this will help you too.
Bookmarks