Bug 10316 - 1.9.92: no direct rendering on 945GM
Summary: 1.9.92: no direct rendering on 945GM
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Eric Anholt
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-16 02:07 UTC by wbrana
Modified: 2007-03-20 00:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg.log (51.13 KB, text/plain)
2007-03-16 02:10 UTC, wbrana
no flags Details
xorg.conf (2.63 KB, text/plain)
2007-03-17 01:31 UTC, wbrana
no flags Details
Xorg.log (53.01 KB, text/plain)
2007-03-17 01:32 UTC, wbrana
no flags Details

Description wbrana 2007-03-16 02:07:54 UTC
Direct rendering doesn't work with 1.9.92, drm git, mesa git and xserver 1.2.99.902.

(II) intel(0): Attempting memory allocation with tiled buffers and
               large DRI memory manager reservation:
(II) intel(0): Allocating 5112 scanlines for pixmap cache
(II) intel(0): Attempting memory allocation with tiled buffers and
               small DRI memory manager reservation:
(II) intel(0): Allocating 5112 scanlines for pixmap cache
(WW) intel(0): Failed to allocate texture space.
(WW) intel(0): Couldn't allocate tiled memory, page flipping disabled
(II) intel(0): Attempting memory allocation with untiled buffers and
               large DRI memory manager reservation:
(II) intel(0): Allocating 5112 scanlines for pixmap cache
(II) intel(0): Attempting memory allocation with untiled buffers and
               small DRI memory manager reservation:
(II) intel(0): Allocating 5112 scanlines for pixmap cache
(WW) intel(0): Failed to allocate texture space.
(WW) intel(0): Not enough video memory.  Disabling DRI.
Comment 1 wbrana 2007-03-16 02:10:53 UTC
Created attachment 9177 [details]
Xorg.log
Comment 2 Todd Merrill 2007-03-16 11:41:53 UTC
Could you post your xorg.conf?

It looks like you may have specified a VideoRam size.  If so, try commenting that out and see what happens.
Comment 3 wbrana 2007-03-17 01:29:39 UTC
After removing VideoRam, different error occured:

(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering

After creating symlink i915_dri.so pointing to i915tex_dri.so direct rendering is working.
Comment 4 wbrana 2007-03-17 01:31:28 UTC
Created attachment 9199 [details]
xorg.conf
Comment 5 wbrana 2007-03-17 01:32:58 UTC
Created attachment 9200 [details]
Xorg.log
Comment 6 Michel Dänzer 2007-03-20 00:53:07 UTC
(In reply to comment #3)
> After removing VideoRam, different error occured:
> 
> (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
> (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or
> directory)

Then Mesa wasn't fully installed. The i915tex can be used directly with Option "Legacy3D" "off". Resolving as a configuration issue, not a bug.


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.