Summary: | sis_tex.c Failure to allocate texture memory | ||
---|---|---|---|
Product: | Mesa | Reporter: | WiredTEK <info> |
Component: | Drivers/DRI/SiS | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED WONTFIX | QA Contact: | |
Severity: | blocker | ||
Priority: | high | ||
Version: | 6.4 | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
WiredTEK
2006-01-15 06:50:48 UTC
upgrading xorg-server to 1.0.1 and mesa to 6.4.2 the problem persist. Need help to fix this problem otherwise i cannot use a lot of CAM/CAD/3D softwares. There are now lots of OpenGL software that needs more than 32MB, looks like your problem is only your SIS misses memory that display everything the software wants to display. I had the same problem after installing Debian 5.0 (Lenny) on my old Laptop having a sis630/730 display device installed. I could solve the issue by setting a parameter described in the sis manpage (man 4 sis). It is described there that the parameter MaxXFBMem has to be set on some systems so that memory is assigned to DRI. So I put the following value into xorg.conf Section "Device" [...] Option "MaxXFBMem" "12288" EndSection The sis driver longer exists in Mesa. |
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.