Comment 227 for bug 359392

Revision history for this message
jbond00747 (jeff-cowart) wrote :

I have a Dell D830 laptop with the Intel GM965 card that's been blacklisted. I haven't had any problems with X freezing. My screen runs at 1920x1200 resolution. I don't have a lot of compiz effects enabled, but I have a few enabled.

Here is the relevant output of `lspci -nn`
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c)

My Xorg.conf file is pretty generic. Here are the relevant sections:

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 SubSection "Display"
  Virtual 2944 1200
 EndSubSection
EndSection

Section "Device"
 Identifier "Configured Video Device"
EndSection