Not sure if this is related. But I'm expericing GDM segfault after
last update on Jan 11. I can't use GDM at all now. At first, I thought
this might be becase I was using local compiled xserver/mesa. But as I
reinstall xserver package from sid repository, GDM still segfaults
every time I start it.

bergw...@log> sudo cat messages| grep segfault
Jan 11 23:46:05 bergwolf kernel: [   38.331989] gdm[2717]: segfault at
67726562 ip b6e50a06 sp bf84ef20 error 4 in
libglib-2.0.so.0.2200.3[b6dfa000+b4000]
Jan 11 23:47:29 bergwolf kernel: [  122.100908] gdm[5112]: segfault at
5 ip 08071f00 sp bf84ee50 error 4 in gdm[8048000+4b000]
Jan 11 23:47:29 bergwolf kernel: [  122.115362] gdm[5113]: segfault at
3 ip b6e50a06 sp bf84ee00 error 4 in
libglib-2.0.so.0.2200.3[b6dfa000+b4000]
Jan 12 09:57:27 bergwolf kernel: [   33.259082] gdm[2740]: segfault at
67726562 ip b6f2ca06 sp bfab3050 error 4 in
libglib-2.0.so.0.2200.3[b6ed6000+b4000]
Jan 13 13:20:54 bergwolf kernel: [  595.315889] gdm[4756]: segfault at
7 ip b6e719fb sp bff43650 error 4 in
libglib-2.0.so.0.2200.3[b6e1b000+b4000]
Jan 13 13:20:54 bergwolf kernel: [  595.316958] gdm[4757]: segfault at
6 ip b6e719fb sp bff43690 error 4 in
libglib-2.0.so.0.2200.3[b6e1b000+b4000]
Jan 13 13:22:59 bergwolf kernel: [   45.764126] gdm[3523]: segfault at
8092ffc ip b7622765 sp bfb23aa0 error 7 in
libglib-2.0.so.0.2200.3[b75c7000+b4000]
Jan 13 13:23:29 bergwolf kernel: [   75.680052] gdm[3865]: segfault at
8092ffc ip b7622765 sp bfb23980 error 7 in
libglib-2.0.so.0.2200.3[b75c7000+b4000]
Jan 13 13:23:46 bergwolf kernel: [   92.706232] gdm[4512]: segfault at
6 ip 08071f00 sp bfb23a10 error 4 in gdm[8048000+4b000]
Jan 13 13:24:21 bergwolf kernel: [  127.070349] gdm[4513]: segfault at
7273752f ip b761da06 sp bfb23930 error 4 in
libglib-2.0.so.0.2200.3[b75c7000+b4000]

bergw...@log> grep \(EE\) Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) PreInit returned NULL for ""Lid Switch""
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""TPPS/2 IBM TrackPoint""
(EE) PreInit returned NULL for ""PC Speaker""

My Xorg.conf:
Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/home/bergwolf/.fonts"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    LOAD    "fbdevhw"
    Load    "glx"
    Load    "int10"
    Load    "vbe"
EndSection


Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "thinkpad60"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "ImPS/2"
    Option      "Emulate3Buttons"   "true"
EndSection

Section "Device"
    Identifier  "Intel X3100 Integreted"
    Driver      "intel"
    BusID       "PCI:0:02:0"
    Option      "DRI"           "true"
    Option      "AccelMethod"       "UXA"
    Option      "MigrationHeuristic"   "greedy"
    Option      "ModeDebug" "yes"
EndSection

Section "Monitor"
    Identifier  "External CRT"
    Option      "DPMS"
    HorizSync 68-72
    VertRefresh 80-85
EndSection

Section "Monitor"
    Identifier  "LCD"
    Option      "DPMS"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Intel X3100 Integreted"
    Monitor     "LCD"
    DefaultDepth    24
    SubSection "Display"
        Depth       16
        Modes       "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
    EndSubSection
EndSection

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

Section "DRI"
    Mode    0666
EndSection



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to