Thank you,
./configure is the command i looked for.
1) __________________________________
Because now i knew the installation commands, i tried to execute ./configure, in order to install "Intel 2009Q2 graphics package" from
http://intellinuxgraphics.org/2009Q2.html
The System asked my for packages
"xorg-server"
"fontsproto"
"xproto"
which synaptic doesn't know, and which seem to be unavailable for lenny.
2) __________________________________
I didn't know what to do, and tried to drop to previews version of intel driver
"Intel 2009Q1 graphics package":
(
http://intellinuxgraphics.org/2009Q1.html)
Contained of:
2D driver: xf86-video-intel 2.7.0 release
3D driver: mesa mesa_7_4_branch commit
Kernel: drm-intel
LIBDRM: libdrm-2.4.9 release
2a) - libdrm-2.4.9
In order to install "Intel 2009Q1.." i installed
"libdrm-2.4.9 release", which is avaiable on the same site and
is required for other components.
Into console I entered :
./conigure [Enter]
make [Enter]
sudo make install [Enter] [Entered Password]
I think the installation worked fine, because there were no errors,
but no "installation complete" or comparable message either.
2b) - 2D driver: xf86-video-intel 2.7.0 release
I entered the same into the console, but now there were errors on "make" command.
Code:
user@s1:~/Desktop//xf86-video-intel-2.7.0$ make
..........................
..........................
..........................
In file included from i810.h:63,
from i810_accel.c:55:
/usr/include/GL/glxint.h:95: error: expected specifier-qualifier-list before ‘GLboolean’
make[4]: *** [i810_accel.lo] Error 1
make[4]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0'
make: *** [all] Error 2
user@s1:~/Desktop/xf86-video-intel-2.7.0$
I tried to execute "sudo make install" anyway, but i think i didn't succeed, because there were errors again:
Code:
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src/tfp410'
make[3]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src/tfp410'
make[3]: Entering directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/local/include -I/usr/local/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/local/include -I/usr/local/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -DI830_USE_UXA -g -O2 -MT i810_accel.lo -MD -MP -MF .deps/i810_accel.Tpo -c -o i810_accel.lo i810_accel.c
In file included from i810.h:63,
from i810_accel.c:55:
/usr/include/GL/glxint.h:28:19: error: GL/gl.h: No such file or directory
In file included from i810.h:63,
from i810_accel.c:55:
/usr/include/GL/glxint.h:95: error: expected specifier-qualifier-list before ‘GLboolean’
make[3]: *** [i810_accel.lo] Error 1
make[3]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/user/Desktop/xf86-video-intel-2.7.0/src'
make: *** [install-recursive] Error 1
How do i know, if the installation succeeded?
How can i activate the driver, if it succeeded?
There are two drivers 2D and 3D, i tried to install the 2D,
can i use only the 2D, without the 3D part?