[Intel-gfx] Driver update install problem

Robert Simmons rsimmons0 at gmail.com
Fri Jan 21 05:50:10 CET 2011


I have hit a wall in trying to update the xf86-video-intel driver to 2.14.0.
 After installing the 2.14.0 version of the driver all I see is a black
screen with a mouse cursor after booting.

First off I am using the following system:
Acer Aspire 3680-2633
Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller
driver version 2.14.0
Kubuntu 10.10 w/KDE 4.5.5
libdrm 2.4.23 (manualy compiled and installed to /usr/local b/c the ubuntu
package was 2.4.21)
kernel 2.6.35-24-generic
2GB system memory
128MB allocated to video (DVMT disabled)

The only error in the ./configure output is "No package 'xorg-macros' found"
(see output below) and the only errors for make are "may be used
uninitialized in this function" for a few files (also see output below).
Finally I did a make install after changing the filename of the old driver
to .old.

When I reboot all I see is black with a mouse cursor.  The cursor actually
changes from the arrow to the input cursor when I mouse over where my
username or password boxes would normally be in KDM's login screen.  It also
accepts my password and logs me in all to a black screen.  Once logged in I
see a one inch by a half inch blue rectangle in the right center of the
black screen.  It is just about the shade of the plain vanilla light blue
KDE 4.5.5 desktop.  From here I have to just reboot the machine and change
back to the old drivers.

The main reason I am performing this upgrade is that I have been having a
few display issues in rekonq and elsewhere that from what I have read in
KDE's bugtracker are solved when using the 2.14.0 intel driver.

Here is the output from configure and make:

rj45 at skynet:~/Downloads/xf86-video-intel-2.14.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99
object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for GEN4ASM... no
checking for UDEV... no
checking if RANDR is defined... yes
checking if RENDER is defined... yes
checking if XF86DRI is defined... yes
checking if DPMSExtension is defined... yes
checking for XORG... yes
checking for DRM... yes
checking for PCIACCESS... yes
checking whether to include DRI support... checking for
/usr/include/xorg/dri.h... yes
checking for /usr/include/xorg/sarea.h... yes
checking for /usr/include/xorg/dristruct.h... yes
checking whether to include DRI support... yes
checking for DRI... yes
checking for XVMCLIB... no
checking whether to include XvMC support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating uxa/Makefile
config.status: creating src/Makefile
config.status: creating src/xvmc/Makefile
config.status: creating src/xvmc/shader/Makefile
config.status: creating src/xvmc/shader/mc/Makefile
config.status: creating src/xvmc/shader/vld/Makefile
config.status: creating src/legacy/Makefile
config.status: creating src/legacy/i810/Makefile
config.status: creating src/legacy/i810/xvmc/Makefile
config.status: creating man/Makefile
config.status: creating src/render_program/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rj45 at skynet:~/Downloads/xf86-video-intel-2.14.0$ make
make  all-recursive
make[1]: Entering directory `/home/rj45/Downloads/xf86-video-intel-2.14.0'
Making all in uxa
make[2]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/uxa'
  CC     uxa.lo
  CC     uxa-accel.lo
  CC     uxa-glyphs.lo
uxa-glyphs.c: In function ‘uxa_glyphs’:
uxa-glyphs.c:1046: warning: ‘height’ may be used uninitialized in this
function
uxa-glyphs.c:1046: warning: ‘width’ may be used uninitialized in this
function
  CC     uxa-render.lo
uxa-render.c: In function ‘uxa_try_driver_composite’:
uxa-render.c:1121: warning: ‘xDst_copy’ may be used uninitialized in this
function
uxa-render.c:1121: warning: ‘yDst_copy’ may be used uninitialized in this
function
  CC     uxa-unaccel.lo
  CCLD   libuxa.la
make[2]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/uxa'
Making all in src
make[2]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src'
Making all in xvmc
make[3]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc'
Making all in shader
make[4]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader'
Making all in mc
make[5]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/mc'
make  all-am
make[6]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/mc'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/mc'
make[5]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/mc'
Making all in vld
make[5]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/vld'
make  all-am
make[6]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/vld'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/vld'
make[5]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader/vld'
make[5]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader'
make[4]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc/shader'
make[4]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc'
make[3]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/xvmc'
Making all in render_program
make[3]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/render_program'
make  all-am
make[4]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/render_program'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/render_program'
make[3]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/render_program'
Making all in legacy
make[3]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy'
Making all in i810
make[4]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy/i810'
Making all in xvmc
make[5]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy/i810/xvmc'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy/i810/xvmc'
make[5]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy/i810'
  CC     i810_accel.lo
  CC     i810_cursor.lo
  CC     i810_dga.lo
  CC     i810_driver.lo
  CC     i810_io.lo
  CC     i810_memory.lo
  CC     i810_video.lo
  CC     i810_wmark.lo
  CC     i810_dri.lo
  CCLD   liblegacy-i810.la
make[5]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy/i810'
make[4]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy/i810'
make[4]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy'
  CCLD   liblegacy.la
make[4]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy'
make[3]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src/legacy'
make[3]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src'
  CC     intel_module.lo
  CC     intel_batchbuffer.lo
  CC     intel_display.lo
  CC     intel_driver.lo
  CC     intel_memory.lo
  CC     intel_shadow.lo
  CC     intel_uxa.lo
  CC     intel_video.lo
  CC     i830_3d.lo
  CC     i830_render.lo
  CC     i915_3d.lo
  CC     i915_render.lo
i915_render.c: In function ‘i915_emit_composite_primitive’:
i915_render.c:549: warning: ‘is_affine_src’ may be used uninitialized in
this function
  CC     i915_video.lo
  CC     i965_video.lo
  CC     i965_render.lo
  CC     intel_dri.lo
  CCLD   intel_drv.la
make[3]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src'
make[2]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/src'
Making all in man
make[2]: Entering directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/man'
  GEN    intel.4
make[2]: Leaving directory
`/home/rj45/Downloads/xf86-video-intel-2.14.0/man'
make[2]: Entering directory `/home/rj45/Downloads/xf86-video-intel-2.14.0'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/rj45/Downloads/xf86-video-intel-2.14.0'
make[1]: Leaving directory `/home/rj45/Downloads/xf86-video-intel-2.14.0'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20110120/4a9582dc/attachment.html>


More information about the Intel-gfx mailing list