I just installed Houdini 10 apprentice on ubuntu 9.04 and I am having problems with my display. Here is a screenshot of what it looks like Pretty messed up huh? Anyway, I am VERY new to Linux and I am still getting things sorted out. Compiz is off and my wacom tablet is unplugged. Video Driver: 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
Odd, it looks like it's scaled all the sub-windows by some factor. I'd love to offer some explanation, but that's just plain weird.
While browsing the intel download pages, on some pages it indicates that readme.txt is not available for all downloads. Guess your platform is one of the unlucky ones
Anyways, it looks like you can do this:
tar xvfz i915Graphics.tar.gz cd dripkg su root
./install.sh
and follow the instructions. Not having an i915, I didn't get very far into the installation
Note that Intel's drivers are generally not very well reviewed, so you may not see much improvement. You can try the MESA software drivers instead if it's still unworkable.
The script will now compile the agpgart module and DRM kernel modules for your machine.
Press ENTER to continue or CTRL-C to exit.
Compiling new agpgart module…
ERROR: AGPGART module did not compile
Compiling DRM module…
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules. Installation will be aborted. See the dri.log file for information on what went wrong.
root@shawn-laptop:/home/shawn/Desktop/dripkg#
And here is the dri.log:
make -C /lib/modules/2.6.28-12-generic/build SUBDIRS=/home/shawn/Desktop/dripkg/agpgart-2.0 modules make: Entering directory `/usr/src/linux-headers-2.6.28-12-generic' CC /home/shawn/Desktop/dripkg/agpgart-2.0/backend.o /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:68: error: conflicting types for ‘agp_backend_acquire’ include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’ include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:88: error: conflicting types for ‘agp_backend_release’ include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’ include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’ /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’: /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:281: error: implicit declaration of function ‘inter_module_register’ /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function) /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.) /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’: /home/shawn/Desktop/dripkg/agpgart-2.0/backend.c:301: error: implicit declaration of function ‘inter_module_unregister’ make: *** Error 1 make: *** Error 2 make: Leaving directory `/usr/src/linux-headers-2.6.28-12-generic' make: *** Error 2 make -f Makefile.linux DRM_MODULES=gdg.ko modules make: Entering directory `/home/shawn/Desktop/dripkg/drm' + ln -s Makefile.linux Makefile make -C /lib/modules/2.6.28-12-generic/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules make: Entering directory `/usr/src/linux-headers-2.6.28-12-generic' rm: cannot remove `/home/shawn/Desktop/dripkg/drm/.tmp_versions/CVS': Is a directory make: *** Error 1 make: Leaving directory `/usr/src/linux-headers-2.6.28-12-generic' make: *** Error 2 make: Leaving directory `/home/shawn/Desktop/dripkg/drm' make: *** Error 2