0 Members and 1 Guest are viewing this topic.
sudo lshw -C display
dpkg -l | grep fglrx
sudo apt-get install xvba-va-driver libva-glx1 libva-egl1 vainfo
sudo vainfo
gedit /etc/X11/xorg.conf
See here:https://help.ubuntu.com/community/BinaryDriverHowto/ATIBut I'm not *yet* convinced you need to install the 12.10 drivers .. have you tried any settings in the Catalyst Control Centre ?Try adding the 4 packages required for video hardware acceleration, and see if that thelps:Code: [Select]sudo apt-get install xvba-va-driver libva-glx1 libva-egl1 vainfo(a reboot may be required at this point)Then post the output from:Code: [Select]sudo vainfoCode: [Select]libva: VA-API version 0.32.0Xlib: extension "XFree86-DRI" missing on display ":0".libva: va_getDriverName() returns 0libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.solibva: va_openDriver() returns 0vainfo: VA-API version: 0.32 (libva 1.0.15)vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API - 0.7.8vainfo: Supported profile and entrypoints VAProfileH264High : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLDAlso post the contents of:Code: [Select]gedit /etc/X11/xorg.confCode: [Select]Section "Screen" Identifier "Default Screen" DefaultDepth 24EndSectionSection "Module" Load "glx"EndSection.
libva: VA-API version 0.32.0Xlib: extension "XFree86-DRI" missing on display ":0".libva: va_getDriverName() returns 0libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.solibva: va_openDriver() returns 0vainfo: VA-API version: 0.32 (libva 1.0.15)vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API - 0.7.8vainfo: Supported profile and entrypoints VAProfileH264High : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD
Section "Screen" Identifier "Default Screen" DefaultDepth 24EndSectionSection "Module" Load "glx"EndSection
sudo aticonfig --adapter=all --initial
sudo amdconfig --adapter=all --initial