Intel mobile graphics chipset

I am using (trying to use, to be honest) FreeBSD with X.Org and KDE on my ASUS laptop.
I have intel graphics chip, according to Xorg.0.log it is GM965/GL960.
And I have version 2.7.1 of intel driver for X. I tried installing 2.9 but it seems to be broken (as far as I can understand, it require something called "GEM", what is it?)
I have major problem with my display. Frequently some portions of screen get distorted, like if junk memory was accidentally written to screen buffer. Those restored only after repaint (minimize-maximize or scrolling a lot of window).
Sometimes display driver faults: I have multi-color pattern on screen and X server restarts. Frequently this happens when I try to switch between X and system console (with ALT+F1 etc). Sometimes even console become unaccessible (I only see multi-colored patterns when I try to switch to console) but X and everything other work fine.
As far as I can understand myself (I am programmer but not system), intel driver for X have some major memory related problems. I think it is not FreeBSD problem, but X driver problem. But I don't know where can I get help about this. I tried to play with config options, but there are very few.
 
larrygingras said:
I am using (trying to use, to be honest) FreeBSD with X.Org and KDE on my ASUS laptop.
I have intel graphics chip, according to Xorg.0.log it is GM965/GL960.
Default driver that comes with 8.0-RELEASE works great with graphics from GM965 (X3100), just pkg_add -r xorg and You have everything needed.

What FreeBSD version You use?
 
Maybe there is some problem in kernel driver (i915_drv, it is loaded together with X driver, it seems that it is kernel support for this chipset)? But there is no man page for this driver nor for "drm" driver so I don't know what options (sysctls or something) I can play with.
 
larrygingras said:
Why should I disable hald/dbus? I think they are useful...

Maybe on Linux which seems to cant live without them, but here they are mostly useless (of course You can run them as any other daemon, but what for if they are definitely not needed).
 
Well, I tried your config, everything seems to be working, but I'm not sure about video problem. Right now I not see distortions, but maybe they will show up after. I will report again.
 
Here is an example:
snapshot1.png
 
Yes, I posted after You posted the screenshot, I wonder it these things are not KDE related, I would try using something different then KDE or KDE apps, like XFCE or a small window manager like openbox, to narrow the issue to KDE (if it is KDE of course).
 
Back
Top