Believe it or not, I can't reproduce the behaviour. I must have upgraded some lib involved in this, and I'm sure I won't be able to re-establish the exact same software situation on my system, alas.
Instead now the xserver-xorg-video-intel thing doesn't even start at all. No matter if on my custom kernel or std deb 2.6.32-5-686. Again, xserver-xorg-video-vesa works. The only abnormal finding in kern.log, occuring when starting xorg with the vesa driver: Mar 4 12:56:17 mash kernel: [20797.818002] mtrr: base(0xc0000000) is not aligned on a size(0x7b0000) boundary Mar 4 13:00:47 mash kernel: [21068.387185] mtrr: no MTRR for c0000000,7b0000 found Mar 4 13:00:47 mash kernel: [21068.395407] mtrr: base(0xc0000000) is not aligned on a size(0x7b0000) boundary All other log files WNL (messages daemon.log debug etc.pp.). Brgds, e. -- Package-specific info: /var/lib/x11/X.roster does not exist. /var/lib/x11/X.md5sum does not exist. X server symlink status: lrwxrwxrwx 1 root root 13 Mar 3 2008 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1733468 Jan 12 04:50 /usr/bin/Xorg /var/lib/x11/xorg.conf.roster does not exist. VGA-compatible devices on PCI bus: 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) /var/lib/x11/xorg.conf.md5sum does not exist. Xorg X server configuration file status: -rw-r--r-- 1 root root 3532 Mar 4 13:02 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: Section "ServerLayout" Identifier "Layout" Screen "Screen" InputDevice "Keyboard" InputDevice "Mouse" EndSection Section "ServerFlags" #Option "AllowMouseOpenFail" "on" # default: no # try on w/ 2.6.32 nightmare, makes no diff at all! Option "DontVTSwitch" "no" # from daemonforums.org, for X without hal: Option "AllowEmptyInput" "no" # default: on, off for 2.6.32 Option "AutoAddDevices" "no" # default: on, off for 2.6.32 # further: Option "AutoEnableDevices" "on" EndSection Section "InputDevice" Identifier "Keyboard" Driver "evdev" ##Option "CoreKeyboard" # deprecated, use SendCoreEvents (def: on) # c'd out for 2.6.32 Option "SendCoreEvents" "on" # added for testing, default "on" Option "Device" "/dev/input/event0" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Mouse" Driver "synaptics" #Option "CorePointer" # deprecated, use SendCoreEvents # c'd out for 2.6.32 Option "SendCoreEvents" "true" # default: on, shouldn't make any diff w/o multiple mice Option "GrabDevice" "true" Option "Device" "/dev/input/event6" # c'd IN for 2.6.32 #Option "Device" "/dev/psaux" not work #Option "Device" "/dev/input/mouse0" # not work with new # synaptics(4) options: Option "Protocol" "auto-dev" # can be "event" for 2.6.32 Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "VertTwoFingerScroll" "on" EndSection Section "Monitor" #DisplaySize 330 210 # mm Identifier "Monitor" #VendorName "QDS" # optional #ModelName "46" # optional Option "DPMS" "on" EndSection Section "Device" # first: generic options # Option "ModeDebug" "true" Identifier "GraphChip" Driver "intel" # Driver "vesa" # WORKS! # Driver "fbdev" BusID "PCI:0:2:0" Screen 0 # Most drivers require that the primary screen (0) be present. # VendorName "Intel Corporation" # optional # then: intel options # Option "FallbackDebug" "true" # this produces about 21MB of blah # Option "XvMC" "true" # driver disables this # try without # final: undocumented: # BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" EndSection Section "Screen" Identifier "Screen" Device "GraphChip" Monitor "Monitor" Option "Accel" # Try to setup XAA (seemed to work with last driver) SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" # this is default as per fbdev Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Kernel version (/proc/version): Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011 Xorg X server log files on system: -rw-r--r-- 1 root root 6197 Mar 4 13:02 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian Current Operating System: Linux mash 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-5-686 root=UUID=8625ed4e-f3d5-4c97-80b2-cb14e856bdb6 ro vga=791 Build Date: 12 January 2011 03:44:48AM xorg-server 2:1.7.7-11 (Cyril Brulebois <k...@debian.org>) Current version of pixman: 0.16.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 4 13:02:55 2011 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) ServerLayout "Layout" (**) |-->Screen "Screen" (0) (**) | |-->Monitor "Monitor" (**) | |-->Device "GraphChip" (**) |-->Input Device "Keyboard" (**) |-->Input Device "Mouse" (**) Option "DontVTSwitch" "no" (**) Option "AllowEmptyInput" "no" (**) Option "AutoAddDevices" "no" (**) Option "AutoEnableDevices" "on" (**) Not automatically adding devices (**) Automatically enabling devices (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/cyrillic, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (==) |-->Input Device "Mouse" (==) |-->Input Device "<default keyboard>" (==) The core pointer device wasn't specified explicitly in the layout. Using the first mouse device. (==) The core keyboard device wasn't specified explicitly in the layout. Using the default keyboard configuration. (II) Loader magic: 0x81ecca0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (WW) xf86OpenConsole: setpgid failed: Operation not permitted (WW) xf86OpenConsole: setsid failed: Operation not permitted (--) PCI:*(0:0:2:0) 8086:2592:1028:01c9 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xdff00000/524288, 0xc0000000/268435456, 0xdfec0000/262144, I/O @ 0x0000eff8/8 (--) PCI: (0:0:2:1) 8086:2792:1028:01c9 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xdff80000/524288 (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.13.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 2.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) LoadModule: "kbd" (WW) Warning, couldn't open module kbd (II) UnloadModule: "kbd" (EE) Failed to load module "kbd" (module does not exist, 0) (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge (II) Primary Device is: PCI 00@00:02:0 (EE) No devices detected. Fatal server error: no screens found Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. udev information: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input1/event2 N: input/event2 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input1/event2 E: MAJOR=13 E: MINOR=66 E: DEVNAME=/dev/input/event2 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=de E: XKBOPTIONS=terminate:ctrl_alt_bksp E: DMI_VENDOR=Dell Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input4/event4 N: input/event4 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input4/event4 E: MAJOR=13 E: MINOR=68 E: DEVNAME=/dev/input/event4 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=de E: XKBOPTIONS=terminate:ctrl_alt_bksp E: DMI_VENDOR=Dell Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3 N: input/event3 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3 E: MAJOR=13 E: MINOR=67 E: DEVNAME=/dev/input/event3 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=de E: XKBOPTIONS=terminate:ctrl_alt_bksp E: DMI_VENDOR=Dell Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1 N: input/event1 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1 E: MAJOR=13 E: MINOR=65 E: DEVNAME=/dev/input/event1 E: SUBSYSTEM=input E: ID_INPUT=1 E: DMI_VENDOR=Dell Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event5 N: input/event5 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event5 E: MAJOR=13 E: MINOR=69 E: DEVNAME=/dev/input/event5 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=de E: XKBOPTIONS=terminate:ctrl_alt_bksp E: DMI_VENDOR=Dell Inc. P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input8/event8 N: input/event8 E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input8/event8 E: MAJOR=13 E: MINOR=72 E: DEVNAME=/dev/input/event8 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: DMI_VENDOR=Dell Inc. P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input9/event9 N: input/event9 E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input9/event9 E: MAJOR=13 E: MINOR=73 E: DEVNAME=/dev/input/event9 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: DMI_VENDOR=Dell Inc. P: /devices/platform/i8042/serio0/input/input0/event0 N: input/event0 S: input/by-path/platform-i8042-serio-0-event-kbd E: UDEV_LOG=3 E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0 E: MAJOR=13 E: MINOR=64 E: DEVNAME=/dev/input/event0 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-0 E: XKBMODEL=pc105 E: XKBLAYOUT=de E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd E: XKBOPTIONS=terminate:ctrl_alt_bksp E: DMI_VENDOR=Dell Inc. P: /devices/platform/i8042/serio1/input/input6/event6 N: input/event6 S: input/by-path/platform-i8042-serio-1-event-mouse E: UDEV_LOG=3 E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event6 E: MAJOR=13 E: MINOR=70 E: DEVNAME=/dev/input/event6 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-1 E: DMI_VENDOR=Dell Inc. E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse P: /devices/platform/i8042/serio1/input/input6/mouse0 N: input/mouse0 S: input/by-path/platform-i8042-serio-1-mouse E: UDEV_LOG=3 E: DEVPATH=/devices/platform/i8042/serio1/input/input6/mouse0 E: MAJOR=13 E: MINOR=32 E: DEVNAME=/dev/input/mouse0 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-1 E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse P: /devices/platform/pcspkr/input/input7/event7 N: input/event7 S: input/by-path/platform-pcspkr-event-spkr E: UDEV_LOG=3 E: DEVPATH=/devices/platform/pcspkr/input/input7/event7 E: MAJOR=13 E: MINOR=71 E: DEVNAME=/dev/input/event7 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_SERIAL=noserial E: ID_PATH=platform-pcspkr E: DMI_VENDOR=Dell Inc. E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr DRM Information from dmesg: [ 0.868853] Linux agpgart interface v0.103 [ 0.869088] agpgart-intel 0000:00:00.0: Intel 915GM Chipset [ 0.870483] agpgart-intel 0000:00:00.0: detected 7932K stolen memory [ 0.874199] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 [ 1.758936] [drm] Initialized drm 1.1.0 20060810 [ 1.905524] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=de_AT@euro, LC_CTYPE=de_AT (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Versions of packages xserver-xorg-video-intel depends on: ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libdrm-intel1 2.4.21-1~squeeze3 Userspace interface to intel-speci ii libdrm2 2.4.21-1~squeeze3 Userspace interface to kernel DRM ii libpciaccess0 0.12.1-1 Generic PCI access library for X ii libx11-6 2:1.3.2-1 X11 client-side library ii libx11-xcb1 2:1.4.1-4 Xlib/XCB interface library ii libxcb-aux0 0.3.6-1 utility libraries for X C Binding ii libxcb-dri2-0 1.7-2 X C Binding, dri2 extension ii libxcb1 1.4-1 X C Binding ii libxext6 2:1.2.0-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.5-1 X11 miscellaneous 'fixes' extensio ii libxv1 1:1.0.2-1 X11 Video extension library ii libxvmc1 2:1.0.6-1 X11 Video extension library ii xserver-xorg-core [xor 2:1.7.7-11 Xorg X server - core server xserver-xorg-video-intel recommends no packages. xserver-xorg-video-intel suggests no packages. -- no debconf information -- gpg-fp: eefe b049 6fe6 fc0b 0ec4 f39e af6a c178 eb98 909a -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/m3y64sefru....@gmx.net