Bug 18959 - [Intel 855] [DRI] direct rendering broken with git version
Summary: [Intel 855] [DRI] direct rendering broken with git version
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Eric Anholt
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 12:58 UTC by Christian Beier
Modified: 2008-12-18 06:03 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg log file (25.79 KB, text/plain)
2008-12-08 12:58 UTC, Christian Beier
no flags Details
glxinfo output (7.89 KB, text/plain)
2008-12-08 12:59 UTC, Christian Beier
no flags Details
glxgears output (685 bytes, text/plain)
2008-12-08 13:00 UTC, Christian Beier
no flags Details
dmesg output (40.03 KB, text/plain)
2008-12-08 13:01 UTC, Christian Beier
no flags Details
lspci output (5.63 KB, text/plain)
2008-12-08 13:01 UTC, Christian Beier
no flags Details

Description Christian Beier 2008-12-08 12:58:41 UTC
Created attachment 20907 [details]
Xorg log file

hi there,
i built xorg from git yesterday using jhbuild. everything seems fine except direct rendering is broken. trying to run glxinfo, for example, yields

[intel_init_bufmgr:593] Error initializing buffer manager.
libGL error: Calling driver entry point failedlibGL error: reverting to software
 direct rendering

this is on a dell latitude d500 running ubuntu 8.10. see the attached logs for more info. (xorg.conf is empty).
Comment 1 Christian Beier 2008-12-08 12:59:25 UTC
Created attachment 20908 [details]
glxinfo output
Comment 2 Christian Beier 2008-12-08 13:00:23 UTC
Created attachment 20909 [details]
glxgears output
Comment 3 Christian Beier 2008-12-08 13:01:10 UTC
Created attachment 20910 [details]
dmesg output
Comment 4 Christian Beier 2008-12-08 13:01:38 UTC
Created attachment 20911 [details]
lspci output
Comment 5 Eric Anholt 2008-12-08 15:50:35 UTC
looks like the 2d driver is forgetting to allocate the legacy memory space for 3D in the absence of GEM.
Comment 6 Christian Beier 2008-12-14 18:20:14 UTC
hi,
seems this is fixed in xorg master dating from today, 15. december.
thanks!
Comment 7 Eric Anholt 2008-12-14 19:14:08 UTC
commit 60c4ee9ece8ea57e61b1590dfeb69d08555e465c
Author: Zhenyu Wang <zhenyu.z.wang@intel.com>
Date:   Fri Dec 12 18:00:09 2008 +0800

    Fix directRenderingType check
    
    Don't miss classic texture memory allocation in DRI.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.