The issue is simple, the video card uses the system memory for its own purposes, and ubuntu has wrong default xorg configuration for the videocard. Add the following three lines to your
/etc/X11/xorg.conf
file into the Section "Device"
section (search for the Driver "i810"
line).
Option "VideoRam" "65536"
Option "CacheLines" "1980"
Option "LinearAlloc" "32768"
This will fix the problem.
No comments:
Post a Comment