gary4gar
GaurishSharma.com
I am trying to compile a custom version of mplayer which is given by VIA named Vemp.VIA enhanced MPlayer(VeMP), which uses hardware-specific acceleration in decoding for better MPEG2/4 performance.
*sourceforge.net/projects/vemp
So as claims its better for my hardware chipset K8m800, so i am trying it
but compiling isn't easy task, hence i get error i can't understand
where am i missing, for record i am using the binary driver from via, which enable rendering
*sourceforge.net/projects/vemp
So as claims its better for my hardware chipset K8m800, so i am trying it
but compiling isn't easy task, hence i get error i can't understand
Code:
gaurish@MOODY-MACHINE:~/Desktop/VeMP-v1.5$ sudo ./VeMP-quickinstall.sh
***************** Installation Shell ********************
This will lead you to download the MPlayer package and patch the VeMP patch automatically.
****************************************************************
* Please make sure the network connects to the internet first. *
****************************************************************
[1] Install the VeMP-v1.5 packages
[2] Exit
Note: Please ensure the Unichrome Pro VGA driver has been installed. (V40056_0311 or later)
If not, you will encounter a compiling error problem during installation of VeMP.
If a proxy server needed, please run the following command first.
#export http_proxy=a.b.c.d (#a.b.c.d is the IP address of the proxy server.)
1
Checking the Win32 codec.....
The /usr/lib/win32 exists already!!
Compiling the VeMP now
**********************************************
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.1.3, ok
Checking for CPU vendor ... AuthenticAMD (15:12:0)
Checking for CPU type ... AMD Athlon(tm) 64 Processor 3000+
Checking for GCC & CPU optimization abilities ... Your cc does not even support "i386" for '-march' and '-mtune'.
error
Checking for kernel support of mmx ... failed
It seems that your kernel does not correctly support mmx.
To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of mmx2 ... failed
It seems that your kernel does not correctly support mmx2.
To use mmx2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnow ... failed
It seems that your kernel does not correctly support 3dnow.
To use 3dnow extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnowex ... failed
It seems that your kernel does not correctly support 3dnowex.
To use 3dnowex extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse ... failed
It seems that your kernel does not correctly support sse.
To use sse extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse2 ... failed
It seems that your kernel does not correctly support sse2.
To use sse2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler (as ) ... ok
Checking for Linux kernel version ... 2.6.22-14-generic, ok
Checking for mplayer binary name ... mplayer
Checking for awk ... mawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for i18n ... no
Checking for setlocale() ... no
Checking for iconv ... no
Checking for langinfo ... no
Checking for language ... using en (man pages: en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... none
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... no
Checking for nanosleep ... no
Checking for socklib ... no
Checking for inet_pton() ... no (=> i'll try inet_aton next)
Checking for inet_aton() ... no (=> network support disabled)
Checking for inttypes.h (required) ... no
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html).
Check "configure.log" if you do not understand why it failed.
*** Error: Fail to compile.
Please ensure the UniChrome Pro VGA driver has been installed.
Or, visit the *sourceforge.net/projects/vemp for more help.
gaurish@MOODY-MACHINE:~/Desktop/VeMP-v1.5$
where am i missing, for record i am using the binary driver from via, which enable rendering
Code:
gaurish@MOODY-MACHINE:~$ glxinfo | grep rendering
libGL warning: 3D driver claims to not support visual 0x22
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x30
libGL warning: 3D driver claims to not support visual 0x31
direct rendering: Yes
Code:
gaurish@MOODY-MACHINE:~$ glxgears
libGL warning: 3D driver claims to not support visual 0x22
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x30
libGL warning: 3D driver claims to not support visual 0x31
2921 frames in 5.0 seconds = 584.115 FPS
3074 frames in 5.0 seconds = 614.655 FPS
3074 frames in 5.0 seconds = 614.703 FPS
8499 frames in 5.0 seconds = 1699.795 FPS
[B]32420 frames in 5.0 seconds = 6483.904 FPS
32340 frames in 5.0 seconds = 6467.845 FPS[/B]
15242 frames in 5.0 seconds = 3048.340 FPS
25751 frames in 5.0 seconds = 5148.552 FPS
3035 frames in 5.0 seconds = 606.896 FPS
3059 frames in 5.0 seconds = 611.652 FPS
gaurish@MOODY-MACHINE:~$