You are not logged in.

#1 2010-09-29 19:30:16

grine
Member
Registered: 2010-02-09
Posts: 38

[SOLVED] Xinerama crashing xorg 1.9

After installing the latest xorg packages (1.9) I can no longer use xinerama when I have two monitors connected.

I've tried this with several WMs, and none of them want to start with xinerama activa and an external monitor on VGA from my laptop.

I'm using the latest nvidia binary drivers (not beta) and both monitros work if I disable xinerama, and I can run xinerama if I do not have anything connected to the VGA out.

Anyone else noticed this and know what to do about it?

Last edited by grine (2010-10-01 14:13:52)

Offline

#2 2010-09-29 20:08:11

codycarey
Member
Registered: 2009-08-21
Posts: 154

Re: [SOLVED] Xinerama crashing xorg 1.9

Is Xorg actually crashing? It sounds to me like you just have a misconfigured xorg.conf. Post your xorg.conf and your Xorg.0.log.

Offline

#3 2010-09-30 09:45:13

grine
Member
Registered: 2010-02-09
Posts: 38

Re: [SOLVED] Xinerama crashing xorg 1.9

/etc/X11/xorg.conf.d/10-monitor.conf

This and evdev are the only ones I've modified, evdev I just added the menu key on the keyboard as a compose button.

Section "Monitor"
    Identifier     "Monitor0"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "NoLogo" "True"
    Screen         0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Option         "NoLogo" "True"
    Screen         1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection "Display"
        Depth          24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth   24
    SubSection "Display"
        Depth          24
    EndSubSection
EndSection
Section "ServerLayout"
    Identifier     "DualSreen"
    Screen       0 "Screen0"
    Screen       1 "Screen1" LeftOf "Screen0" #Screen1 at the left of Screen0
    Option         "Xinerama" "1" #To move windows between screens
EndSection

Xorg.1.log (Xorg.0.log is for X without Xinerama)

[ 12428.460] 
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 12428.460] X Protocol Version 11, Revision 0
[ 12428.461] Build Operating System: Linux 2.6.34-ARCH i686 
[ 12428.461] Current Operating System: Linux myhost 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686
[ 12428.461] Kernel command line: root=/dev/disk/by-uuid/295976ce-2dec-40c7-a8ae-499184c1b9ef  resume=/dev/disk/by-uuid/d9b14b1c-8246-4468-b8e7-06e1628119c7 ro
[ 12428.461] Build Date: 24 August 2010  01:42:08PM
[ 12428.461]  
[ 12428.461] Current version of pixman: 0.18.4
[ 12428.461]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[ 12428.461] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12428.461] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Sep 30 11:39:51 2010
[ 12428.461] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12428.461] (==) ServerLayout "DualSreen"
[ 12428.461] (**) |-->Screen "Screen0" (0)
[ 12428.461] (**) |   |-->Monitor "Monitor0"
[ 12428.461] (**) |   |-->Device "Device0"
[ 12428.461] (**) |-->Screen "Screen1" (1)
[ 12428.461] (**) |   |-->Monitor "Monitor1"
[ 12428.461] (**) |   |-->Device "Device1"
[ 12428.461] (**) Option "Xinerama" "1"
[ 12428.461] (==) Automatically adding devices
[ 12428.461] (==) Automatically enabling devices
[ 12428.461] (**) Xinerama: enabled
[ 12428.462] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[ 12428.462] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12428.462] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12428.462] (II) Loader magic: 0x81f3200
[ 12428.462] (II) Module ABI versions:
[ 12428.462]     X.Org ANSI C Emulation: 0.4
[ 12428.462]     X.Org Video Driver: 8.0
[ 12428.462]     X.Org XInput driver : 11.0
[ 12428.462]     X.Org Server Extension : 4.0
[ 12428.463] (--) PCI:*(0:1:0:0) 10de:0427:1028:0227 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[ 12428.464] (II) Open ACPI successful (/var/run/acpid.socket)
[ 12428.464] (II) LoadModule: "extmod"
[ 12428.464] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12428.464] (II) Module extmod: vendor="X.Org Foundation"
[ 12428.464]     compiled for 1.9.0, module version = 1.0.0
[ 12428.464]     Module class: X.Org Server Extension
[ 12428.464]     ABI class: X.Org Server Extension, version 4.0
[ 12428.464] (II) Loading extension MIT-SCREEN-SAVER
[ 12428.464] (II) Loading extension XFree86-VidModeExtension
[ 12428.464] (II) Loading extension XFree86-DGA
[ 12428.464] (II) Loading extension DPMS
[ 12428.464] (II) Loading extension XVideo
[ 12428.464] (II) Loading extension XVideo-MotionCompensation
[ 12428.464] (II) Loading extension X-Resource
[ 12428.464] (II) LoadModule: "dbe"
[ 12428.464] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12428.464] (II) Module dbe: vendor="X.Org Foundation"
[ 12428.465]     compiled for 1.9.0, module version = 1.0.0
[ 12428.465]     Module class: X.Org Server Extension
[ 12428.465]     ABI class: X.Org Server Extension, version 4.0
[ 12428.465] (II) Loading extension DOUBLE-BUFFER
[ 12428.465] (II) LoadModule: "glx"
[ 12428.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12428.498] (II) Module glx: vendor="NVIDIA Corporation"
[ 12428.498]     compiled for 4.0.2, module version = 1.0.0
[ 12428.498]     Module class: X.Org Server Extension
[ 12428.498] (II) NVIDIA GLX Module  256.53  Fri Aug 27 21:28:41 PDT 2010
[ 12428.498] (II) Loading extension GLX
[ 12428.498] (II) LoadModule: "record"
[ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 12428.499] (II) Module record: vendor="X.Org Foundation"
[ 12428.499]     compiled for 1.9.0, module version = 1.13.0
[ 12428.499]     Module class: X.Org Server Extension
[ 12428.499]     ABI class: X.Org Server Extension, version 4.0
[ 12428.499] (II) Loading extension RECORD
[ 12428.499] (II) LoadModule: "dri"
[ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 12428.499] (II) Module dri: vendor="X.Org Foundation"
[ 12428.499]     compiled for 1.9.0, module version = 1.0.0
[ 12428.499]     ABI class: X.Org Server Extension, version 4.0
[ 12428.499] (II) Loading extension XFree86-DRI
[ 12428.499] (II) LoadModule: "dri2"
[ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12428.499] (II) Module dri2: vendor="X.Org Foundation"
[ 12428.499]     compiled for 1.9.0, module version = 1.2.0
[ 12428.499]     ABI class: X.Org Server Extension, version 4.0
[ 12428.499] (II) Loading extension DRI2
[ 12428.499] (II) LoadModule: "nvidia"
[ 12428.499] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 12428.500] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 12428.500]     compiled for 4.0.2, module version = 1.0.0
[ 12428.500]     Module class: X.Org Video Driver
[ 12428.500] (II) NVIDIA dlloader X Driver  256.53  Fri Aug 27 21:05:55 PDT 2010
[ 12428.500] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 12428.500] (++) using VT number 8

[ 12428.505] (II) Loading sub module "fb"
[ 12428.505] (II) LoadModule: "fb"
[ 12428.505] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12428.505] (II) Module fb: vendor="X.Org Foundation"
[ 12428.505]     compiled for 1.9.0, module version = 1.0.0
[ 12428.505]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 12428.505] (II) Loading sub module "wfb"
[ 12428.505] (II) LoadModule: "wfb"
[ 12428.505] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 12428.505] (II) Module wfb: vendor="X.Org Foundation"
[ 12428.505]     compiled for 1.9.0, module version = 1.0.0
[ 12428.505]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 12428.506] (II) Loading sub module "ramdac"
[ 12428.506] (II) LoadModule: "ramdac"
[ 12428.506] (II) Module "ramdac" already built-in
[ 12428.506] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 12428.506] (==) NVIDIA(0): RGB weight 888
[ 12428.506] (==) NVIDIA(0): Default visual is TrueColor
[ 12428.506] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12428.506] (**) NVIDIA(0): Option "NoLogo" "True"
[ 12428.506] (**) NVIDIA(0): Enabling RENDER acceleration
[ 12428.506] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 12428.506] (II) NVIDIA(0):     enabled.
[ 12428.629] (II) NVIDIA(0): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
[ 12428.629] (--) NVIDIA(0): Memory: 262144 kBytes
[ 12428.629] (--) NVIDIA(0): VideoBIOS: 60.86.45.00.12
[ 12428.630] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 12428.630] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 12428.630] (--) NVIDIA(0): Connected display device(s) on GeForce 8400M GS at PCI:1:0:0:
[ 12428.630] (--) NVIDIA(0):     LG Electronics W2261 (CRT-0)
[ 12428.630] (--) NVIDIA(0):     AUO (DFP-0)
[ 12428.630] (--) NVIDIA(0): LG Electronics W2261 (CRT-0): 400.0 MHz maximum pixel clock
[ 12428.630] (--) NVIDIA(0): AUO (DFP-0): 330.0 MHz maximum pixel clock
[ 12428.630] (--) NVIDIA(0): AUO (DFP-0): Internal Dual Link LVDS
[ 12428.699] (II) NVIDIA(0): Assigned Display Device: DFP-0
[ 12428.699] (==) NVIDIA(0): 
[ 12428.699] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 12428.699] (==) NVIDIA(0):     will be used as the requested mode.
[ 12428.699] (==) NVIDIA(0): 
[ 12428.699] (II) NVIDIA(0): Validated modes:
[ 12428.699] (II) NVIDIA(0):     "nvidia-auto-select"
[ 12428.699] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
[ 12429.724] (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
[ 12429.724] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
[ 12429.724] (WW) NVIDIA(0):     Xinerama extension.
[ 12429.724] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
[ 12429.724] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 12429.724] (==) NVIDIA(1): RGB weight 888
[ 12429.724] (==) NVIDIA(1): Default visual is TrueColor
[ 12429.724] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 12429.724] (**) NVIDIA(1): Option "NoLogo" "True"
[ 12429.724] (**) NVIDIA(1): Enabling RENDER acceleration
[ 12429.724] (II) NVIDIA(1): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
[ 12429.724] (--) NVIDIA(1): Memory: 262144 kBytes
[ 12429.724] (--) NVIDIA(1): VideoBIOS: 60.86.45.00.12
[ 12429.724] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 12429.724] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
[ 12429.724] (--) NVIDIA(1): Connected display device(s) on GeForce 8400M GS at PCI:1:0:0:
[ 12429.724] (--) NVIDIA(1):     LG Electronics W2261 (CRT-0)
[ 12429.724] (--) NVIDIA(1):     AUO (DFP-0)
[ 12429.724] (--) NVIDIA(1): LG Electronics W2261 (CRT-0): 400.0 MHz maximum pixel clock
[ 12429.724] (--) NVIDIA(1): AUO (DFP-0): 330.0 MHz maximum pixel clock
[ 12429.724] (--) NVIDIA(1): AUO (DFP-0): Internal Dual Link LVDS
[ 12429.810] (II) NVIDIA(1): Assigned Display Device: CRT-0
[ 12429.810] (==) NVIDIA(1): 
[ 12429.810] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[ 12429.810] (==) NVIDIA(1):     will be used as the requested mode.
[ 12429.810] (==) NVIDIA(1): 
[ 12429.810] (II) NVIDIA(1): Validated modes:
[ 12429.810] (II) NVIDIA(1):     "nvidia-auto-select"
[ 12429.810] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[ 12429.820] (++) NVIDIA(1): DPI set to (96, 96); computed from -dpi X commandline option
[ 12429.820] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
[ 12429.820] (WW) NVIDIA(1):     Xinerama extension.
[ 12429.820] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
[ 12429.820] (--) Depth 24 pixmap format is 32 bpp
[ 12429.821] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 12429.822] (II) NVIDIA(0): Initialized GPU GART.
[ 12429.834] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 12430.110] (II) Loading extension NV-GLX
[ 12430.150] (II) NVIDIA(0): Initialized OpenGL Acceleration
[ 12430.178] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 12430.178] (II) NVIDIA(0): Initialized X Rendering Acceleration
[ 12430.178] (==) NVIDIA(0): Backing store disabled
[ 12430.178] (==) NVIDIA(0): Silken mouse enabled
[ 12430.188] (==) NVIDIA(0): DPMS enabled
[ 12430.188] (II) Loading extension NV-CONTROL
[ 12430.188] (II) Loading sub module "dri2"
[ 12430.188] (II) LoadModule: "dri2"
[ 12430.188] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12430.188] (II) NVIDIA(0): [DRI2] Setup complete
[ 12430.188] (==) RandR enabled
[ 12430.190] (II) NVIDIA(1): Initialized GPU GART.
[ 12430.197] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
[ 12430.266] (II) NVIDIA(1): Initialized OpenGL Acceleration
[ 12430.280] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 12430.280] (II) NVIDIA(1): Initialized X Rendering Acceleration
[ 12430.280] (==) NVIDIA(1): Backing store disabled
[ 12430.280] (==) NVIDIA(1): Silken mouse enabled
[ 12430.288] (==) NVIDIA(1): DPMS enabled
[ 12430.288] (II) Loading sub module "dri2"
[ 12430.288] (II) LoadModule: "dri2"
[ 12430.288] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12430.289] (II) NVIDIA(1): [DRI2] Setup complete
[ 12430.289] (==) RandR enabled
[ 12430.289] (II) Initializing built-in extension Generic Event Extension
[ 12430.289] (II) Initializing built-in extension SHAPE
[ 12430.289] (II) Initializing built-in extension MIT-SHM
[ 12430.289] (II) Initializing built-in extension XInputExtension
[ 12430.289] (II) Initializing built-in extension XTEST
[ 12430.289] (II) Initializing built-in extension BIG-REQUESTS
[ 12430.289] (II) Initializing built-in extension SYNC
[ 12430.289] (II) Initializing built-in extension XKEYBOARD
[ 12430.289] (II) Initializing built-in extension XC-MISC
[ 12430.289] (II) Initializing built-in extension SECURITY
[ 12430.289] (II) Initializing built-in extension XINERAMA
[ 12430.289] (II) Initializing built-in extension XFIXES
[ 12430.289] (II) Initializing built-in extension RENDER
[ 12430.289] (II) Initializing built-in extension RANDR
[ 12430.289] (II) Initializing built-in extension COMPOSITE
[ 12430.289] (II) Initializing built-in extension DAMAGE
[ 12430.292] (II) Initializing extension GLX
[ 12430.842] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 12430.843] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 12430.843] (II) LoadModule: "evdev"
[ 12430.843] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 12430.843] (II) Module evdev: vendor="X.Org Foundation"
[ 12430.843]     compiled for 1.9.0, module version = 2.5.0
[ 12430.843]     Module class: X.Org XInput Driver
[ 12430.843]     ABI class: X.Org XInput driver, version 11.0
[ 12430.843] (**) Video Bus: always reports core events
[ 12430.843] (**) Video Bus: Device: "/dev/input/event6"
[ 12430.853] (--) Video Bus: Found keys
[ 12430.853] (II) Video Bus: Configuring as keyboard
[ 12430.853] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 12430.853] (**) Option "xkb_rules" "evdev"
[ 12430.853] (**) Option "xkb_model" "evdev"
[ 12430.853] (**) Option "xkb_layout" "se"
[ 12430.853] (**) Option "xkb_options" "compose:menu"
[ 12430.893] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 12430.893] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12430.893] (**) Power Button: always reports core events
[ 12430.893] (**) Power Button: Device: "/dev/input/event4"
[ 12430.909] (--) Power Button: Found keys
[ 12430.909] (II) Power Button: Configuring as keyboard
[ 12430.909] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 12430.909] (**) Option "xkb_rules" "evdev"
[ 12430.909] (**) Option "xkb_model" "evdev"
[ 12430.909] (**) Option "xkb_layout" "se"
[ 12430.909] (**) Option "xkb_options" "compose:menu"
[ 12430.910] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 12430.910] (II) No input driver/identifier specified (ignoring)
[ 12430.910] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[ 12430.910] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 12430.910] (**) Sleep Button: always reports core events
[ 12430.910] (**) Sleep Button: Device: "/dev/input/event5"
[ 12430.919] (--) Sleep Button: Found keys
[ 12430.919] (II) Sleep Button: Configuring as keyboard
[ 12430.919] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 12430.919] (**) Option "xkb_rules" "evdev"
[ 12430.919] (**) Option "xkb_model" "evdev"
[ 12430.919] (**) Option "xkb_layout" "se"
[ 12430.919] (**) Option "xkb_options" "compose:menu"
[ 12430.921] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event13)
[ 12430.921] (**) Broadcom Corp: Applying InputClass "evdev keyboard catchall"
[ 12430.921] (**) Broadcom Corp: always reports core events
[ 12430.921] (**) Broadcom Corp: Device: "/dev/input/event13"
[ 12430.932] (--) Broadcom Corp: Found keys
[ 12430.933] (II) Broadcom Corp: Configuring as keyboard
[ 12430.933] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: KEYBOARD)
[ 12430.933] (**) Option "xkb_rules" "evdev"
[ 12430.933] (**) Option "xkb_model" "evdev"
[ 12430.933] (**) Option "xkb_layout" "se"
[ 12430.933] (**) Option "xkb_options" "compose:menu"
[ 12430.933] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event14)
[ 12430.933] (**) Broadcom Corp: Applying InputClass "evdev pointer catchall"
[ 12430.933] (**) Broadcom Corp: always reports core events
[ 12430.933] (**) Broadcom Corp: Device: "/dev/input/event14"
[ 12430.946] (--) Broadcom Corp: Found 3 mouse buttons
[ 12430.946] (--) Broadcom Corp: Found relative axes
[ 12430.946] (--) Broadcom Corp: Found x and y relative axes
[ 12430.946] (II) Broadcom Corp: Configuring as mouse
[ 12430.946] (**) Broadcom Corp: YAxisMapping: buttons 4 and 5
[ 12430.946] (**) Broadcom Corp: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12430.946] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: MOUSE)
[ 12430.946] (**) Broadcom Corp: (accel) keeping acceleration scheme 1
[ 12430.946] (**) Broadcom Corp: (accel) acceleration profile 0
[ 12430.946] (**) Broadcom Corp: (accel) acceleration factor: 2.000
[ 12430.946] (**) Broadcom Corp: (accel) acceleration threshold: 4
[ 12430.946] (II) Broadcom Corp: initialized for relative axes.
[ 12430.947] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse2)
[ 12430.947] (II) No input driver/identifier specified (ignoring)
[ 12430.947] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 12430.947] (II) No input driver/identifier specified (ignoring)
[ 12430.948] (II) config/udev: Adding input device HDA Intel Mic at Ext Front Jack (/dev/input/event10)
[ 12430.948] (II) No input driver/identifier specified (ignoring)
[ 12430.948] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event11)
[ 12430.948] (II) No input driver/identifier specified (ignoring)
[ 12430.948] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event12)
[ 12430.948] (II) No input driver/identifier specified (ignoring)
[ 12430.950] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event15)
[ 12430.950] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[ 12430.950] (**) Logitech USB Laser Mouse: always reports core events
[ 12430.950] (**) Logitech USB Laser Mouse: Device: "/dev/input/event15"
[ 12430.959] (--) Logitech USB Laser Mouse: Found 12 mouse buttons
[ 12430.959] (--) Logitech USB Laser Mouse: Found scroll wheel(s)
[ 12430.959] (--) Logitech USB Laser Mouse: Found relative axes
[ 12430.959] (--) Logitech USB Laser Mouse: Found x and y relative axes
[ 12430.959] (II) Logitech USB Laser Mouse: Configuring as mouse
[ 12430.959] (**) Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
[ 12430.959] (**) Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12430.959] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE)
[ 12430.959] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
[ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
[ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[ 12430.959] (II) Logitech USB Laser Mouse: initialized for relative axes.
[ 12430.960] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse3)
[ 12430.960] (II) No input driver/identifier specified (ignoring)
[ 12430.960] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event16)
[ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
[ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event16"
[ 12430.973] (--) LITEON Technology USB Multimedia Keyboard: Found keys
[ 12430.973] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
[ 12430.973] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
[ 12430.973] (**) Option "xkb_rules" "evdev"
[ 12430.973] (**) Option "xkb_model" "evdev"
[ 12430.973] (**) Option "xkb_layout" "se"
[ 12430.973] (**) Option "xkb_options" "compose:menu"
[ 12430.976] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12430.976] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 12430.976] (**) AT Translated Set 2 keyboard: always reports core events
[ 12430.976] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 12430.986] (--) AT Translated Set 2 keyboard: Found keys
[ 12430.986] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 12430.986] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 12430.986] (**) Option "xkb_rules" "evdev"
[ 12430.986] (**) Option "xkb_model" "evdev"
[ 12430.986] (**) Option "xkb_layout" "se"
[ 12430.986] (**) Option "xkb_options" "compose:menu"
[ 12430.986] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
[ 12430.987] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[ 12430.987] (**) PS/2 Mouse: always reports core events
[ 12430.987] (**) PS/2 Mouse: Device: "/dev/input/event7"
[ 12430.999] (--) PS/2 Mouse: Found 3 mouse buttons
[ 12430.999] (--) PS/2 Mouse: Found relative axes
[ 12430.999] (--) PS/2 Mouse: Found x and y relative axes
[ 12430.999] (II) PS/2 Mouse: Configuring as mouse
[ 12430.999] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
[ 12430.999] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12430.999] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
[ 12430.999] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[ 12430.999] (**) PS/2 Mouse: (accel) acceleration profile 0
[ 12430.999] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[ 12430.999] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[ 12430.999] (II) PS/2 Mouse: initialized for relative axes.
[ 12431.000] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 12431.000] (II) No input driver/identifier specified (ignoring)
[ 12431.000] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
[ 12431.000] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[ 12431.000] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[ 12431.000] (II) LoadModule: "synaptics"
[ 12431.000] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 12431.000] (II) Module synaptics: vendor="X.Org Foundation"
[ 12431.000]     compiled for 1.9.0, module version = 1.3.0
[ 12431.000]     Module class: X.Org XInput Driver
[ 12431.000]     ABI class: X.Org XInput driver, version 11.0
[ 12431.000] (II) Synaptics touchpad driver version 1.3.0
[ 12431.000] (**) Option "Device" "/dev/input/event8"
[ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right scroll-buttons
[ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[ 12431.042] (**) Option "TapButton1" "1"
[ 12431.042] (**) Option "TapButton2" "2"
[ 12431.042] (**) Option "TapButton3" "3"
[ 12431.068] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 12431.068] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[ 12431.082] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[ 12431.112] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 12431.113] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[ 12431.113] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[ 12431.113] (II) Synaptics touchpad driver version 1.3.0
[ 12432.003] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
[ 12432.003] (**) Option "Device" "/dev/input/mouse1"
[ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range.  defaulting to 1615 - 5685
[ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range.  defaulting to 1729 - 4171
[ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range.  defaulting to 0 - 256
[ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[ 12432.018] (**) Option "TapButton1" "1"
[ 12432.018] (**) Option "TapButton2" "2"
[ 12432.018] (**) Option "TapButton3" "3"
[ 12432.039] (EE) Query no Synaptics: 6003C8
[ 12432.039] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
[ 12432.039] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
[ 12432.056] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
[ 12432.056] (II) UnloadModule: "synaptics"
[ 12432.056] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[ 12432.056] (II) No input driver/identifier specified (ignoring)
[ 12432.057] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event2)
[ 12432.057] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 12432.057] (**) Dell WMI hotkeys: always reports core events
[ 12432.057] (**) Dell WMI hotkeys: Device: "/dev/input/event2"
[ 12432.069] (--) Dell WMI hotkeys: Found keys
[ 12432.069] (II) Dell WMI hotkeys: Configuring as keyboard
[ 12432.069] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
[ 12432.069] (**) Option "xkb_rules" "evdev"
[ 12432.069] (**) Option "xkb_model" "evdev"
[ 12432.069] (**) Option "xkb_layout" "se"
[ 12432.069] (**) Option "xkb_options" "compose:menu"
[ 12451.674] 
Backtrace:
[ 12451.674] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e685b]
[ 12451.674] 1: /usr/bin/X (0x8048000+0x64895) [0x80ac895]
[ 12451.674] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787940c]
[ 12451.674] 3: /usr/bin/X (0x8048000+0x23e57) [0x806be57]
[ 12451.674] 4: /usr/bin/X (0x8048000+0x1a135) [0x8062135]
[ 12451.674] 5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb75b6c76]
[ 12451.674] 6: /usr/bin/X (0x8048000+0x19d11) [0x8061d11]
[ 12451.674] Segmentation fault at address 0x4
[ 12451.674] 
Fatal server error:
[ 12451.674] Caught signal 11 (Segmentation fault). Server aborting
[ 12451.674] 
[ 12451.674] 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[ 12451.674] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 12451.674] 
[ 12451.683] (II) Video Bus: Close
[ 12451.683] (II) UnloadModule: "evdev"
[ 12451.696] (II) Power Button: Close
[ 12451.696] (II) UnloadModule: "evdev"
[ 12451.712] (II) Sleep Button: Close
[ 12451.712] (II) UnloadModule: "evdev"
[ 12451.725] (II) Broadcom Corp: Close
[ 12451.725] (II) UnloadModule: "evdev"
[ 12451.748] (II) Broadcom Corp: Close
[ 12451.748] (II) UnloadModule: "evdev"
[ 12451.768] (II) Logitech USB Laser Mouse: Close
[ 12451.768] (II) UnloadModule: "evdev"
[ 12451.782] (II) LITEON Technology USB Multimedia Keyboard: Close
[ 12451.782] (II) UnloadModule: "evdev"
[ 12451.795] (II) AT Translated Set 2 keyboard: Close
[ 12451.795] (II) UnloadModule: "evdev"
[ 12451.815] (II) PS/2 Mouse: Close
[ 12451.815] (II) UnloadModule: "evdev"
[ 12451.855] (II) UnloadModule: "synaptics"
[ 12451.868] (II) Dell WMI hotkeys: Close
[ 12451.868] (II) UnloadModule: "evdev"

The WM loads and is fully usable for a short while (if it loads fast like Awesome, Xmonad/XFCE crashes before it becomes usable) before X segfaults.

Offline

#4 2010-09-30 13:03:48

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: [SOLVED] Xinerama crashing xorg 1.9

Dude.

Do NOT use Xinerama if you're using Nvidia.  Use Nvidia's Twinview see the Xorg Wiki for more info.

Offline

#5 2010-09-30 14:09:54

ZekeSulastin
Member
Registered: 2010-09-20
Posts: 266

Re: [SOLVED] Xinerama crashing xorg 1.9

... except Xinerama should work fine on nvidia as per their own documentation, and using anything-that's-not-twinview lets you do basic crap that you can do with any other driver - and Windows - like rotate monitors independently.

Have you tried the beta nvidia drivers, at least?  There's a definite performance issue with <260._ versions and xorg 1.9, if nothing else.

Last edited by ZekeSulastin (2010-09-30 14:12:32)

Offline

#6 2010-09-30 14:24:54

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: [SOLVED] Xinerama crashing xorg 1.9

ZekeSulastin wrote:

... except Xinerama should work fine on nvidia as per their own documentation, and using anything-that's-not-twinview lets you do basic crap that you can do with any other driver - and Windows - like rotate monitors independently.

Unfortunately, Xinerama is no longer under active development-and hasn't been for over 3 years now.  I'd also add that TwinView just plain works better all around, compositing for example does not work under Xinerama with Nvidia cards.

Last edited by Skripka (2010-09-30 14:27:02)

Offline

#7 2010-10-01 02:24:26

MrE
Member
From: London
Registered: 2009-01-13
Posts: 18

Re: [SOLVED] Xinerama crashing xorg 1.9

Skripka wrote:

Unfortunately, Xinerama is no longer under active development-and hasn't been for over 3 years now.  I'd also add that TwinView just plain works better all around, compositing for example does not work under Xinerama with Nvidia cards.

That may well be true, but for some people - me included -  compositing is far less important than the ability to use one monitor in landscape and a second one in portrait.
Of course, I do like all the wizzy stuff that compositing brings me, but ultimately it doesn't make me work better, whereas working in portrait mode does e.g. the ability to fit a single document onto the screen without needing to scroll.

Xinerama has been deprecated in favour of RandR, but Xinerama allows people to do what they actually want/need i.e. rotate a single monitor - why doesn't RandR do this if it's meant to replace Xinerama?

And why doesn't Nvidia implement this much requested feature in their drivers? After all, Windows users have had this for years!

TwinView may be better all round, but if it doesn't meet the users' requirements then its advantages are moot, really.


My new username is now Aerion in order to match my username on the AUR, Wiki and Bug Reports.

Offline

#8 2010-10-01 14:13:22

grine
Member
Registered: 2010-02-09
Posts: 38

Re: [SOLVED] Xinerama crashing xorg 1.9

I've switched to TwinView of rthe time being so thanks for that though I agree that Xinerama works better when it actually DOES work wink

I guess I'm gonna try the beta drivers aswell, though I agree nvidia is doing quite a bad job with them. Can't wait for nouveau/Gallium3D to catch up.

Thanks for all the help everyone smile

Offline

Board footer

Powered by FluxBB