Comment 15 for bug 323703

Revision history for this message
Vincent-Lin (chshlin) wrote :

Hello All, Thanks for this great thread.

First, I had the same issues with my EeePC
I follow the instruction above to modify the xorg.conf, butI got mess UI displaying, so I decided to test something out.

Finally, II found a quick solution for before the new version Blender releasing.

My system info
--------------------------------------------
EeePC 900HA
Ubuntu 9.04 netbook remix
--------------------------------------------

By simply added one line in your xorg.conf file at Device section.
Section "Device"
   Identifier "Configured Video Device"
   Option "NoAccel" "true" <-- this one.
EndSection

Now the blender just working fine.
Hopefully, this would help for both user and developer.