Bug 143419 - No direct rendering with x11-drivers/xf86-video-i810-1.6.4
|
Bug#:
143419
|
Product: Gentoo Linux
|
Version: 2006.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: x11@gentoo.org
|
Reported By: sebastian@gentoo.org
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: No direct rendering with x11-drivers/xf86-video-i810-1.6.4
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-08-09 21:51 0000
|
ERROR! sizeof(I830DRIRec) does not match passed size from device driver
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
I am not sure if this is related to the update to
x11-drivers/xf86-video-i810-1.6.4, but it used to work when I initially
configured X.org 7.1 on this notebook.
--
Portage 2.1.1_pre4-r4 (default-linux/x86/2006.0, gcc-4.1.1/vanilla,
glibc-2.4-r3, 2.6.17-gentoo-r5 i686)
=================================================================
System uname: 2.6.17-gentoo-r5 i686 Genuine Intel(R) CPU L2400 @
1.66GHz
Gentoo Base System version 1.12.4
Last Sync: Thu, 10 Aug 2006 04:01:01 +0000
ccache version 2.4 [disabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r2
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.18.1
sys-devel/autoconf: 2.13, 2.60
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
/etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig cvs digest distlocks fixpackages
metadata-transfer parallel-fetch sandbox sfperms sign strict"
GENTOO_MIRRORS="http://mirror.gentoo.no/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://trumpetti.atm.tut.fi/gentoo http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS=""
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=" "
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa asf avi berkdb bitmap-fonts bluetooth
browserplugin bzip2 cairo cdr cli crypt cups dbus divx4linux dlloader dri dvd
dvdr dvdread eds elibc_glibc emboss encode exif fame firefox flac foomaticdb
fortran gaim galago gdbm gif glitz gnome gpm graphviz gstreamer gtk gtk2 hal
imlib input_devices_evdev input_devices_keyboard input_devices_mouse iproute2
ipv6 isdnlog java jpeg kdeenablefinal kdehiddenvisibility kernel_linux libg++
libnotify libsexy libwww lzo mad matroska mikmod mjpeg mmx mng mono
moznocompose moznoirc moznomail mozsvg mp3 mpeg ncurses nls nomotif nptl
nsplugin ogg oggvorbis opengl oss pam pam_console pcre pdf pdflib perl png pppd
python quicktime readline reflection samba session smp spell spl sse sse2 ssl
startup-notification svg tcpd tetex theora tiff truetype truetype-fonts
type1-fonts udev unicode usb userland_GNU video_cards_i810 vorbis win32codecs
wmf xml xml2 xorg xv xvid zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS
Same here with xorg-7.1. xf86-video-i810-1.6.1 works well.
I noticed that Roderick is using the x11-drm package as his kernel DRM
provider. Is everyone else here doing the same, or is someone using the the
in-kernel DRM support?
Also, I'd appreciate if someone tested against 2.6.18-rc4 (in-kernel DRM and
AGP support) and posted the results on the upstream bug.
I do not have x11-base/x11-drm installed.
I'm using sys-kernel/gentoo-sources-2.6.16-r13.
The latest aviable in portage is 2.6.17-r5. Where can one get 2.6.18? What
version of AGP/DRM is included in that kernel vs 2.6.16? Would it help to get a
newer snapshot of x11-drm instead of swapping kernel completely?
Just wondering.
Thanks.
I'm using vanilla-sources-2.6.18_rc4 with built-in AGP and DRM (i915).
Created an attachment (id=93928) [details]
Fix Clobbered DRI
Ok, this is a quick hack to put back some stuff clobbered from i830_dri.h.
Not sure if anything else from other files missing. But this compiles fine and
works now on my Intel 855GM
Created an attachment (id=93929) [details]
ebuild which includes the patch line
Copy this to your local overlay under x11-drivers/xf86-video-i810 along with
previous diff/patch to x11-drivers/xf86-video-i810/files and re-digest.
The patch works for me (Intel 945GM), thanks :)
I added Eric's patch from upstream (it's functionally identical to the one
here, of course) in 1.6.4-r1. Thanks all.