Comment 15 for bug 197153

Revision history for this message
Arthur Archnix (arthur-archnix) wrote : Re: [Bug 197153] Re: gnome-settings-daemon crashed with SIGSEGV

James Westby wrote:
> Hi Arthur,
>
> I think that there may be enough information already, so the
> apport files are not needed.
>
> Could you please confirm your video card type and the driver
> you use, and attach your xorg.conf please?
>
> Thanks,
>
> James
>
>
Dear James,

Here is output of lspci | grep graphics:

arthur@archnix:~$ lspci | grep Graphics
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
943/940GML Express Integrated Graphics Controller (rev 03)

I will attach output of cat /etc/X11/xorg.conf.

I will attach output of lsmod once I reboot into the hardy system.

Best wishes,

AA.

arthur@archnix:/nix/testing/etc/X11$ cat xorg.conf
# I have cut irrelevant info. Please not that I am doing this from my working gutsy system, thus, the path above.
Section "Device"
        Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Driver "intel"
        BusID "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier "Generic Monitor"
        Option "DPMS"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Monitor "Generic Monitor"
        DefaultDepth 24
        SubSection "Display"
                Modes "1280x800"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        InputDevice "Synaptics Touchpad"