Comment 16 for bug 350306

Revision history for this message
Pavel (fae2003) wrote :

Hi,

I have the same error.
Option "AccelMethod" "XAA" -- does not help
The error repeats when trying to change a user:
1. boot
2. login user1
3. switch user to user2
the screen blinks several times and only a garbage on it afterwards.
The Laptop does not response on the keybord, only the MagicKeys, or gdm restart via ssh

The same behaviour occurs with the programm Stellarium. For example when changing settings of the programm.

dmesg after error (via ssh from other PC):
[ 144.642566] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0

xorg.conf:
**************************************
Section "Monitor"
        Identifier "Configured Monitor"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
        DefaultDepth 24
        SubSection "Display"
                Modes "1440x900"
                #Virtual 2464 900
                Virtual 1440 900
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
EndSection

Section "Device"
        Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
        Driver "intel"
        BusID "PCI:0:2:0"
        #added against crashes -- does not help
        Option "AccelMethod" "XAA"
EndSection

Section "ServerFlags"
        Option "DontZap" "False"
EndSection
**************************************

Laptop: Dell Latitude D630 with Intel-Graphic:
VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)

Pavel