Package: xserver-xorg-video-i810 Version: 1.7.2-4 I can repeatably cause a kernel panic simply by hitting CTRL-ALT-Backspace. I have seen the panic on screen in one case, but I have not been able to actually capture the panic in the logs, nor do I have any meaningful output in X's log. I *can* switch to the text console and back while X is running without any problem.
After much Googling, looking through the Debian BTS, xorg Bugzilla, etc., I finally found someone with a similar situation in the Ubuntu forums: http://www.ubuntuforums.org/showthread.php?t=333569 Yes, I know Debian is not Ubuntu, but it seems to prove that I'm not crazy. :-) Here is more information that I thought would be pertinent. Please let me know if I can supply anything else. Distribution/arch is etch/amd64. The motherboard is an Asus P5L-VM 1394; the graphics are on-board: http://www.asus.com/products.aspx?l1=3&l2=11&l3=194&model=1324&modelmenu=2 ii xserver-xorg 7.1.0-15 the X.Org X server ii xserver-xorg-core 1.1.1-19 X.Org X server -- core ii xserver-xorg-video-i810 1.7.2-4 X.Org X server -- Inte ii linux-image-2.6-amd64 2.6.18+6 Linux kernel 2.6 image ii linux-image-2.6.18-4-amd64 2.6.18.dfsg.1-11 Linux 2.6.18 image on tiferet:/etc/X11# lspci ... 00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express Integrated Graphics Controller (rev 02) ... My xorg.conf, which was automatically generated by Debian and that I have not manually edited: ---snip--- Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # 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 "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" 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 Corporation 82945G/GZ Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "DELL 1905FP" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82945G/GZ Integrated Graphics Controller" Monitor "DELL 1905FP" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection ---snip--- -- Troy Davis http://www.tdavis.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

