Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124894 - xorg-x11-6.8.99.15-r4 - AllowMouseOpenFail not honored
Summary: xorg-x11-6.8.99.15-r4 - AllowMouseOpenFail not honored
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 20:16 UTC by Maurizio
Modified: 2006-03-04 12:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio 2006-03-03 20:16:59 UTC
When I start X on  my laptop AND the USB mouse is note connected I got the following error:

(EE) Unable to open evdev device "/dev/input/logitech".
(EE) PreInit failed for input device "Logitech"

regardless the:

Option      "AllowMouseOpenFail" "true"

in my xorg.conf.

Some info:
kernel 2.6.15-gentoo-r1 (with evdev compiled in)
x11-base/xorg-x11-6.8.99.15-r4

This is my emerge --info:
mauro@mfelici_it ~ $ emerge --info
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -mmmx -msse -msse2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -mmmx -msse -msse2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ http://gentoo.ngi.it"
LINGUAS="C"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 X acpi alsa audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups dbus dvd dvdr eds emboss encode exif expat fam foomaticdb gif glut gnome gstreamer gtk gtk2 gtkhtml hal howl idn imagemagick imlib ipv6 jpeg lcms ldap libg++ libwww mad mikmod mmx mng motif mozilla mp3 mpeg ncurses nptl nptlonly nsplugin oggvorbis opengl pam pda pdflib perl png python quicktime readline sdl spell sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb win32codecs xine xml2 xmms xv zlib linguas_C userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS

This is my xorg.conf:
Section "Module"
#	Load		"dri"
	Load		"dbe"
	Load		"glx"
	Load		"drm"
	SubSection  "extmod"
		Option	"xfree86-dga"
	EndSubSection
	Load		"freetype"
	Load		"type1"
	Load		"synaptics"
EndSection

Section "Files"
	RgbPath		"/usr/lib/X11/rgb"
	FontPath	"/usr/share/fonts/ttf-bitstream-vera"
	FontPath	"/usr/share/fonts/corefonts"
	FontPath	"/usr/share/fonts/local/"
	FontPath	"/usr/share/fonts/TTF/"
	FontPath	"/usr/share/fonts/Type1/"
	FontPath	"/usr/share/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/misc/:unscaled"
EndSection

Section "ServerFlags"
	Option		"AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
	Identifier	"Keyboard1"
	Driver		"kbd"
	Option		"AutoRepeat" "500 30"
	Option		"LeftAlt" "Meta"
#	Option		"RightAlt" "ModeShift"
	Option		"XkbModel" "pc104"
	Option		"XkbLayout" "us"
EndSection

# cat /proc/bus/input/devices
# ...
#I: Bus=0003 Vendor=046d Product=c50e Version=2510
#N: Name="Logitech USB RECEIVER"
#P: Phys=usb-0000:00:1d.0-1/input0
#H: Handlers=mouse1 event2 
#B: EV=7 
#B: KEY=ffff0000 0 0 0 0 0 0 0 0 
#B: REL=143 

Section "InputDevice"
	Identifier	"Logitech"
	Driver		"evdev"
	Option		"Device" "/dev/input/logitech"
	Option		"Buttons" "12"
	Option		"ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier	"TouchPad"
	Driver		"synaptics"
	Option		"Device" "/dev/input/mouse0"
	Option		"Protocol"  "auto-dev"
	Option		"LeftEdge" "130"
	Option		"RightEdge" "840"
	Option		"TopEdge" "130"
	Option		"BottomEdge" "640"
	Option		"FingerLow" "7"
	Option		"FingerHigh" "8"
	Option 		"MaxTapTime" "180"
	Option		"MaxTapMove" "110"
	Option		"VertScrollDelta" "20"
	Option		"HorizScrollDelta" "20"
	Option		"MinSpeed" "0.60"
	Option		"MaxSpeed" "1.10"
	Option		"AccelFactor" "0.030"
	Option		"EdgeMotionMinSpeed" "200"
	Option		"EdgeMotionMaxSpeed" "200"
	Option		"UpDownScrolling" "1"
	Option		"CircularScrolling" "1"
	Option		"CircScrollDelta" "0.1"
	Option		"CircScrollTrigger" "2"
	Option		"SHMConfig" "on"
	Option		"Emulate3Buttons" "On"
EndSection

Section "Monitor"
	Identifier	"TFT"
	HorizSync	31.5-100
	VertRefresh	30-90
	Option		"DPMS" "true"
EndSection

Section "Device"
	Identifier	"Intel i915GM"
	Driver		"i810"
EndSection

Section "Screen"
	Identifier	"Screen 1"
	Device		"Intel i915GM"
	Monitor		"TFT"
	DefaultDepth	24
	Subsection "Display"
		Depth		24
		Modes		"1400x1050" "1280x1024"
		ViewPort	0 0
		Virtual		1400 1050
	EndSubsection
EndSection

Section "ServerLayout"
	Identifier		"Simple Layout"
	Screen			"Screen 1"
	InputDevice		"Touchpad" "CorePointer"
	InputDevice		"Logitech" "SendCoreEvents"
	InputDevice		"Keyboard1" "CoreKeyboard"
EndSection

These are some relevant sections from /var/log/X.0.log:


This is a pre-release version of the The X.Org Foundation X11.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the The X.Org Foundation "monolithic tree" CVS
repository hosted at http://www.freedesktop.org/Software/xorg/
X Window System Version 6.8.99.15
Release Date: 16 July 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.15
Build Operating System: Linux 2.6.15-gentoo-r1 i686 [ELF] 
Current Operating System: Linux mfelici_it 2.6.15-gentoo-r1 #8 PREEMPT Thu Feb 23 17:13:12 CET 2006 i686
Build Date: 08 February 2006
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
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: Sat Mar  4 04:49:32 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "TFT"
(**) |   |-->Device "Intel i915GM"
(**) |-->Input Device "TouchPad"
(**) |-->Input Device "Logitech"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/ttf-bitstream-vera,/usr/share/fonts/corefonts,/usr/share/fonts/local/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/misc/:unscaled"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7
...
[snip]
...
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.99.15, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "i810"
(II) Loading /usr/lib/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/modules/input/synaptics_drv.o
(II) LoadModule: "evdev"
(II) Loading /usr/lib/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 0.0.0, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
	i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
	915GM, 945G
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915GM found
...
[snip]
...
(WW) I810(0): config file hsync range 31.5-100kHz not within DDC hsync ranges.
(WW) I810(0): config file vrefresh range 30-90Hz not within DDC vrefresh ranges.
(II) I810(0): TFT: Using hsync range of 31.50-100.00 kHz
(II) I810(0): TFT: Using vrefresh range of 30.00-90.00 Hz
(II) I810(0): Correcting stride (1400 -> 5632)
(II) I810(0): 36536 kBytes additional video memory is required to
	enable tiling mode for DRI.
(II) I810(0): 12056 kBytes additional video memory is required to enable DRI.
(II) I810(0): Disabling DRI.
(**) I810(0): Virtual size is 1400x1050 (pitch 1408)
(**) I810(0): *Built-in mode "1400x1050"
(**) I810(0): *Built-in mode "1280x1024"
(**) I810(0):  Built-in mode "1024x768"
(**) I810(0):  Built-in mode "800x600"
(**) I810(0):  Built-in mode "640x480"
(--) I810(0): Display dimensions: (290, 210) mm
(--) I810(0): DPI set to (122, 127)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.8.99.15, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(==) I810(0): VBE Restore workaround: enabled.
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xdfec0000 - 0xdfeffff0 (0x3fff1) MS[B]
	[1] 0	0	0xc0000000 - 0xd0000000 (0x10000001) MS[B]
	[2] 0	0	0xdff00000 - 0xdff7fff0 (0x7fff1) MS[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xdfcff000 - 0xdfcffff0 (0xff1) MX[B]
	[9] -1	0	0xdfcfe000 - 0xdfcfeff0 (0xff1) MX[B]
	[10] -1	0	0xdfcfd000 - 0xdfcfdff0 (0xff1) MX[B]
	[11] -1	0	0xdfdf0000 - 0xdfe00000 (0x10001) MX[B]
	[12] -1	0	0xdfebfd00 - 0xdfebfdf0 (0xf1) MX[B]
	[13] -1	0	0xdfebfe00 - 0xdfebfff0 (0x1f1) MX[B]
	[14] -1	0	0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
	[15] -1	0	0xdff80000 - 0xdffffff0 (0x7fff1) MX[B](B)
	[16] -1	0	0xdfec0000 - 0xdfeffff0 (0x3fff1) MX[B](B)
	[17] -1	0	0xc0000000 - 0xd0000000 (0x10000001) MX[B](B)
	[18] -1	0	0xdff00000 - 0xdff7fff0 (0x7fff1) MX[B](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000bfa0 - 0x0000bfb0 (0x11) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[29] -1	0	0x0000ec80 - 0x0000ed00 (0x81) IX[B]
	[30] -1	0	0x0000ee00 - 0x0000ef00 (0x101) IX[B]
	[31] -1	0	0x0000ec40 - 0x0000ec80 (0x41) IX[B]
	[32] -1	0	0x0000ed00 - 0x0000ee00 (0x101) IX[B]
	[33] -1	0	0x0000bf20 - 0x0000bf40 (0x21) IX[B]
	[34] -1	0	0x0000bf40 - 0x0000bf60 (0x21) IX[B]
	[35] -1	0	0x0000bf60 - 0x0000bf80 (0x21) IX[B]
	[36] -1	0	0x0000bf80 - 0x0000bfa0 (0x21) IX[B]
	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[38] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/modules/linux/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(--) I810(0): Xv is disabled because it needs 2D accel and AGPGART.
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 256 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 7184 kByte
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7af000
(II) I810(0): Updated framebuffer allocation size from 7184 to 7738 kByte
(II) I810(0): Updated pixmap cache from 256 scanlines to 357 scanlines
(II) I810(0): 0x823f604: Memory at offset 0x00020000, size 7738 kBytes
(II) I810(0): 0x8236ae0: Memory at offset 0x00000000, size 0 kBytes
(II) I810(0): 0x823fa18: Memory at offset 0x00000000, size 0 kBytes
(II) I810(0): 0x823f9cc: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x823f644: Memory at offset 0x007af000, size 64 kBytes
(==) I810(0): Write-combining range (0xc0000000,0x10000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): Display plane A is disabled and connected to Pipe A.
(II) I810(0): Display plane B is enabled and connected to Pipe B.
(II) I810(0): Enabling plane B.
(II) I810(0): Display plane A is now disabled and connected to Pipe A.
(II) I810(0): Display plane B is now enabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x00000000
(II) I810(0): PIPEBCONF is 0x80000000
(II) I810(0): Mode bandwidth is 88 Mpixel/s
(II) I810(0): maxBandwidth is 1216 Mbyte/s, pipe bandwidths are 912 Mbyte/s, 0 Mbyte/s
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		22 128x128 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing SW Cursor!
(**) Option "dpms" "true"
(**) I810(0): DPMS enabled
(II) I810(0): direct rendering: Disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Synaptics touchpad driver version 0.14.2
(--) TouchPad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "130"
(**) Option "RightEdge" "840"
(**) Option "TopEdge" "130"
(**) Option "BottomEdge" "640"
(**) Option "FingerLow" "7"
(**) Option "FingerHigh" "8"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "110"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "1"
(**) Option "CircScrollTrigger" "2"
(--) TouchPad touchpad found
(**) Option "CorePointer"
(**) TouchPad: Core Pointer
(**) Option "SendCoreEvents"
(**) Logitech: always reports core events
(**) Logitech: Device: "/dev/input/logitech"
(EE) Unable to open evdev device "/dev/input/logitech".
(EE) PreInit failed for input device "Logitech"
(II) UnloadModule: "evdev"

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x9e) [0x8087db1]

Fatal server error:
Caught signal 11.  Server aborting


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.

(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
	the saved state
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
(WW) I810(0): Successfully set original devices (2)
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-03-04 12:48:54 UTC
Please file a bug at bugs.freedesktop.org in the xorg product and post the URL here.

Thanks!