Bug 509805
| Summary: | some 3d apps cause consistent hang on intel graphics w/ & w/o kms | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | pankaj pandey <pankaj86> |
| Component: | xorg-x11-drv-intel | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | ajax, xgl-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-07 13:19:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
pankaj pandey
2009-07-06 11:26:59 UTC
I have no xorg.xonf file.
As a workaround to this problem i have found that installing driconf and making some changes in it made the crashes go away. I could also run blender. Here's my driconf file
[pankaj@localhost ~]$ cat .drirc
<driconf>
<device screen="0" driver="i965">
<application name="Default">
<option name="force_s3tc_enable" value="false" />
<option name="no_rast" value="false" />
<option name="fthrottle_mode" value="1" />
<option name="always_flush_cache" value="true" />
<option name="early_z" value="false" />
<option name="always_flush_batch" value="true" />
<option name="bo_reuse" value="0" />
<option name="texture_tiling" value="false" />
<option name="vblank_mode" value="1" />
<option name="allow_large_textures" value="1" />
</application>
</device>
</driconf>
With this setting i get following messages on my terminal when i run any 3d app
[pankaj@localhost ~]$ glxgears
flushing batchbuffer before/after each draw call
flushing GPU caches before/after each draw call
If needed i can try each setting one by one to exactly determine which one makes the problem go away
Thanks
*** This bug has been marked as a duplicate of bug 509974 *** |