You are not logged in.

#1 2010-10-05 16:13:49

Azriel
Member
Registered: 2008-01-23
Posts: 58

[SOLVED]Xorg crash with some applications when using double screen

Hi,

I have a TV that I often use to watch dvd from my computer, and to do that I've set it up as a second screen in my xorg.conf, but on a daily basis I use a xorg.conf file with only my main screen. Up until last week I was able to use my second screen without problem, but yesterday I tried and it crashed instantly.

So I ran a few tests, amsn and vlc seems to be 2 applications that makes X crash (though there might be other, but I seem to be able to use chromium firefox and ktorrent just fine).

My WM is not to blame, I've launched X without any WM and vlc still makes X crash.

The problem does not happen when using a single screen.

I thought that my xorg.conf might be the problem, so I used nvidia-settings to create a new one, but that didn't change anything.

Here are my xorg.conf used for dual screen, and the logfile from the Xorg crash:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed May 27 01:58:49 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputClass"
    Identifier             "Keyboard Defaults"
    MatchIsKeyboard       "yes"
    Option               "XkbLayout" "fr"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Lite-On e1770NSL/T"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       31.5 - 64.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GT"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GT"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT-0: 1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT-1: 1360x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
[ 12049.854] 
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 12049.855] X Protocol Version 11, Revision 0
[ 12049.855] Build Operating System: Linux 2.6.34-ARCH x86_64 
[ 12049.855] Current Operating System: Linux Arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
[ 12049.855] Kernel command line: root=/dev/disk/by-uuid/132b76f3-06e9-4838-944f-43ac4deccebb ro
[ 12049.855] Build Date: 24 August 2010  01:44:37PM
[ 12049.855]  
[ 12049.855] Current version of pixman: 0.18.4
[ 12049.856]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[ 12049.856] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12049.856] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  5 17:25:50 2010
[ 12049.857] (==) Using config file: "/etc/X11/xorg.conf"
[ 12049.857] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12049.857] (==) ServerLayout "Layout0"
[ 12049.857] (**) |-->Screen "Screen0" (0)
[ 12049.857] (**) |   |-->Monitor "Monitor0"
[ 12049.857] (**) |   |-->Device "Device0"
[ 12049.857] (**) |-->Screen "Screen1" (1)
[ 12049.857] (**) |   |-->Monitor "Monitor1"
[ 12049.857] (**) |   |-->Device "Device1"
[ 12049.857] (**) |-->Input Device "Keyboard0"
[ 12049.857] (**) |-->Input Device "Mouse0"
[ 12049.857] (**) Option "Xinerama" "1"
[ 12049.857] (==) Automatically adding devices
[ 12049.857] (==) Automatically enabling devices
[ 12049.857] (**) Xinerama: enabled
[ 12049.857] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 12049.857]     Entry deleted from font path.
[ 12049.857] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[ 12049.857] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12049.857] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 12049.857] (WW) Disabling Keyboard0
[ 12049.857] (WW) Disabling Mouse0
[ 12049.857] (II) Loader magic: 0x7d4880
[ 12049.857] (II) Module ABI versions:
[ 12049.857]     X.Org ANSI C Emulation: 0.4
[ 12049.857]     X.Org Video Driver: 8.0
[ 12049.857]     X.Org XInput driver : 11.0
[ 12049.857]     X.Org Server Extension : 4.0
[ 12049.858] (--) PCI:*(0:1:0:0) 10de:0611:1462:1170 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[ 12049.858] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 12049.858] (II) LoadModule: "extmod"
[ 12049.858] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12049.858] (II) Module extmod: vendor="X.Org Foundation"
[ 12049.858]     compiled for 1.9.0, module version = 1.0.0
[ 12049.858]     Module class: X.Org Server Extension
[ 12049.858]     ABI class: X.Org Server Extension, version 4.0
[ 12049.858] (II) Loading extension MIT-SCREEN-SAVER
[ 12049.858] (II) Loading extension XFree86-VidModeExtension
[ 12049.858] (II) Loading extension XFree86-DGA
[ 12049.858] (II) Loading extension DPMS
[ 12049.858] (II) Loading extension XVideo
[ 12049.858] (II) Loading extension XVideo-MotionCompensation
[ 12049.858] (II) Loading extension X-Resource
[ 12049.858] (II) LoadModule: "dbe"
[ 12049.859] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12049.859] (II) Module dbe: vendor="X.Org Foundation"
[ 12049.859]     compiled for 1.9.0, module version = 1.0.0
[ 12049.859]     Module class: X.Org Server Extension
[ 12049.859]     ABI class: X.Org Server Extension, version 4.0
[ 12049.859] (II) Loading extension DOUBLE-BUFFER
[ 12049.859] (II) LoadModule: "glx"
[ 12049.859] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12049.866] (II) Module glx: vendor="NVIDIA Corporation"
[ 12049.867]     compiled for 4.0.2, module version = 1.0.0
[ 12049.867]     Module class: X.Org Server Extension
[ 12049.867] (II) NVIDIA GLX Module  256.53  Fri Aug 27 20:50:26 PDT 2010
[ 12049.867] (II) Loading extension GLX
[ 12049.867] (II) LoadModule: "record"
[ 12049.867] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 12049.867] (II) Module record: vendor="X.Org Foundation"
[ 12049.867]     compiled for 1.9.0, module version = 1.13.0
[ 12049.867]     Module class: X.Org Server Extension
[ 12049.867]     ABI class: X.Org Server Extension, version 4.0
[ 12049.867] (II) Loading extension RECORD
[ 12049.867] (II) LoadModule: "dri"
[ 12049.867] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 12049.867] (II) Module dri: vendor="X.Org Foundation"
[ 12049.867]     compiled for 1.9.0, module version = 1.0.0
[ 12049.867]     ABI class: X.Org Server Extension, version 4.0
[ 12049.867] (II) Loading extension XFree86-DRI
[ 12049.867] (II) LoadModule: "dri2"
[ 12049.867] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12049.867] (II) Module dri2: vendor="X.Org Foundation"
[ 12049.867]     compiled for 1.9.0, module version = 1.2.0
[ 12049.867]     ABI class: X.Org Server Extension, version 4.0
[ 12049.867] (II) Loading extension DRI2
[ 12049.867] (II) LoadModule: "nvidia"
[ 12049.867] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 12049.868] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 12049.868]     compiled for 4.0.2, module version = 1.0.0
[ 12049.868]     Module class: X.Org Video Driver
[ 12049.868] (II) NVIDIA dlloader X Driver  256.53  Fri Aug 27 20:29:45 PDT 2010
[ 12049.868] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 12049.868] (--) using VT number 7

[ 12049.869] (II) Loading sub module "fb"
[ 12049.869] (II) LoadModule: "fb"
[ 12049.869] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12049.870] (II) Module fb: vendor="X.Org Foundation"
[ 12049.870]     compiled for 1.9.0, module version = 1.0.0
[ 12049.870]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 12049.870] (II) Loading sub module "wfb"
[ 12049.870] (II) LoadModule: "wfb"
[ 12049.870] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 12049.870] (II) Module wfb: vendor="X.Org Foundation"
[ 12049.870]     compiled for 1.9.0, module version = 1.0.0
[ 12049.870]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 12049.870] (II) Loading sub module "ramdac"
[ 12049.870] (II) LoadModule: "ramdac"
[ 12049.870] (II) Module "ramdac" already built-in
[ 12049.870] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 12049.870] (==) NVIDIA(0): RGB weight 888
[ 12049.870] (==) NVIDIA(0): Default visual is TrueColor
[ 12049.870] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12049.870] (**) NVIDIA(0): Option "TwinView" "0"
[ 12049.870] (**) NVIDIA(0): Option "MetaModes" "CRT-0: 1280x1024 +0+0"
[ 12049.870] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
[ 12049.870] (**) NVIDIA(0): Enabling RENDER acceleration
[ 12049.870] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 12049.870] (II) NVIDIA(0):     enabled.
[ 12049.955] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 12049.957] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
[ 12049.957] (--) NVIDIA(0): Memory: 524288 kBytes
[ 12049.957] (--) NVIDIA(0): VideoBIOS: 62.92.23.00.00
[ 12049.957] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 12049.957] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 12049.957] (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
[ 12049.957] (--) NVIDIA(0):     Lite-On e1770NSL/T (CRT-0)
[ 12049.957] (--) NVIDIA(0):     CRT-1
[ 12049.957] (--) NVIDIA(0): Lite-On e1770NSL/T (CRT-0): 400.0 MHz maximum pixel clock
[ 12049.957] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[ 12049.960] (II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0
[ 12049.967] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 12049.967] (II) NVIDIA(0): Validated modes:
[ 12049.967] (II) NVIDIA(0):     "CRT-0:1280x1024+0+0"
[ 12049.967] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[ 12049.999] (--) NVIDIA(0): DPI set to (101, 108); computed from "UseEdidDpi" X config
[ 12049.999] (--) NVIDIA(0):     option
[ 12049.999] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
[ 12049.999] (WW) NVIDIA(0):     Xinerama extension.
[ 12049.999] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
[ 12049.999] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 12049.999] (==) NVIDIA(1): RGB weight 888
[ 12049.999] (==) NVIDIA(1): Default visual is TrueColor
[ 12049.999] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 12049.999] (**) NVIDIA(1): Option "TwinView" "0"
[ 12049.999] (**) NVIDIA(1): Option "MetaModes" "CRT-1: 1360x768 +0+0"
[ 12049.999] (**) NVIDIA(1): Enabling RENDER acceleration
[ 12049.999] (II) NVIDIA(1): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
[ 12049.999] (--) NVIDIA(1): Memory: 524288 kBytes
[ 12049.999] (--) NVIDIA(1): VideoBIOS: 62.92.23.00.00
[ 12049.999] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 12049.999] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
[ 12049.999] (--) NVIDIA(1): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
[ 12049.999] (--) NVIDIA(1):     Lite-On e1770NSL/T (CRT-0)
[ 12049.999] (--) NVIDIA(1):     CRT-1
[ 12049.999] (--) NVIDIA(1): Lite-On e1770NSL/T (CRT-0): 400.0 MHz maximum pixel clock
[ 12049.999] (--) NVIDIA(1): CRT-1: 400.0 MHz maximum pixel clock
[ 12050.002] (II) NVIDIA(1): Display Device found referenced in MetaMode: CRT-1
[ 12050.006] (II) NVIDIA(1): Assigned Display Device: CRT-1
[ 12050.006] (WW) NVIDIA(1): No valid modes for "CRT-1:1360x768+0+0"; removing.
[ 12050.006] (WW) NVIDIA(1): 
[ 12050.006] (WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
[ 12050.006] (WW) NVIDIA(1):     "nvidia-auto-select".
[ 12050.006] (WW) NVIDIA(1): 
[ 12050.006] (II) NVIDIA(1): Validated modes:
[ 12050.006] (II) NVIDIA(1):     "nvidia-auto-select"
[ 12050.006] (II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
[ 12050.009] (WW) NVIDIA(1): Unable to get display device CRT-1's EDID; cannot compute DPI
[ 12050.009] (WW) NVIDIA(1):     from CRT-1's EDID.
[ 12050.009] (==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
[ 12050.009] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
[ 12050.009] (WW) NVIDIA(1):     Xinerama extension.
[ 12050.009] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
[ 12050.009] (--) Depth 24 pixmap format is 32 bpp
[ 12050.009] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 12050.010] (II) NVIDIA(0): Initialized GPU GART.
[ 12050.014] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 12050.014] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 12050.014] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 12050.014] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 12050.014] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 12050.014] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 12050.014] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 12050.014] (II) NVIDIA(0):     Config Options in the README.
[ 12050.017] (II) NVIDIA(0): Setting mode "CRT-0:1280x1024+0+0"
[ 12050.049] (II) Loading extension NV-GLX
[ 12050.064] (II) NVIDIA(0): Initialized OpenGL Acceleration
[ 12050.071] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 12050.071] (II) NVIDIA(0): Initialized X Rendering Acceleration
[ 12050.071] (==) NVIDIA(0): Backing store disabled
[ 12050.071] (==) NVIDIA(0): Silken mouse enabled
[ 12050.085] (**) NVIDIA(0): DPMS enabled
[ 12050.085] (II) Loading extension NV-CONTROL
[ 12050.085] (II) Loading sub module "dri2"
[ 12050.085] (II) LoadModule: "dri2"
[ 12050.085] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12050.085] (II) NVIDIA(0): [DRI2] Setup complete
[ 12050.085] (==) RandR enabled
[ 12050.086] (II) NVIDIA(1): Initialized GPU GART.
[ 12050.090] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 12050.090] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[ 12050.090] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[ 12050.090] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[ 12050.090] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[ 12050.090] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[ 12050.090] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 12050.090] (II) NVIDIA(1):     Config Options in the README.
[ 12050.090] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
[ 12050.145] (II) NVIDIA(1): Initialized OpenGL Acceleration
[ 12050.149] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 12050.149] (II) NVIDIA(1): Initialized X Rendering Acceleration
[ 12050.149] (==) NVIDIA(1): Backing store disabled
[ 12050.149] (==) NVIDIA(1): Silken mouse enabled
[ 12050.157] (==) NVIDIA(1): DPMS enabled
[ 12050.158] (II) Loading sub module "dri2"
[ 12050.158] (II) LoadModule: "dri2"
[ 12050.158] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12050.158] (II) NVIDIA(1): [DRI2] Setup complete
[ 12050.158] (==) RandR enabled
[ 12050.158] (II) Initializing built-in extension Generic Event Extension
[ 12050.158] (II) Initializing built-in extension SHAPE
[ 12050.158] (II) Initializing built-in extension MIT-SHM
[ 12050.158] (II) Initializing built-in extension XInputExtension
[ 12050.158] (II) Initializing built-in extension XTEST
[ 12050.158] (II) Initializing built-in extension BIG-REQUESTS
[ 12050.158] (II) Initializing built-in extension SYNC
[ 12050.158] (II) Initializing built-in extension XKEYBOARD
[ 12050.158] (II) Initializing built-in extension XC-MISC
[ 12050.158] (II) Initializing built-in extension SECURITY
[ 12050.158] (II) Initializing built-in extension XINERAMA
[ 12050.158] (II) Initializing built-in extension XFIXES
[ 12050.158] (II) Initializing built-in extension RENDER
[ 12050.158] (II) Initializing built-in extension RANDR
[ 12050.158] (II) Initializing built-in extension COMPOSITE
[ 12050.158] (II) Initializing built-in extension DAMAGE
[ 12050.160] (II) Initializing extension GLX
[ 12050.367] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 12050.367] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12050.367] (II) LoadModule: "evdev"
[ 12050.367] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 12050.367] (II) Module evdev: vendor="X.Org Foundation"
[ 12050.367]     compiled for 1.9.0, module version = 2.5.0
[ 12050.367]     Module class: X.Org XInput Driver
[ 12050.367]     ABI class: X.Org XInput driver, version 11.0
[ 12050.367] (**) Power Button: always reports core events
[ 12050.367] (**) Power Button: Device: "/dev/input/event3"
[ 12050.375] (--) Power Button: Found keys
[ 12050.375] (II) Power Button: Configuring as keyboard
[ 12050.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 12050.376] (**) Option "xkb_rules" "evdev"
[ 12050.376] (**) Option "xkb_model" "evdev"
[ 12050.376] (**) Option "xkb_layout" "us"
[ 12050.399] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 12050.399] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12050.399] (**) Power Button: always reports core events
[ 12050.399] (**) Power Button: Device: "/dev/input/event2"
[ 12050.415] (--) Power Button: Found keys
[ 12050.415] (II) Power Button: Configuring as keyboard
[ 12050.415] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 12050.415] (**) Option "xkb_rules" "evdev"
[ 12050.415] (**) Option "xkb_model" "evdev"
[ 12050.415] (**) Option "xkb_layout" "us"
[ 12050.416] (II) config/udev: Adding input device UVC Camera (046d:0802) (/dev/input/event4)
[ 12050.416] (**) UVC Camera (046d:0802): Applying InputClass "evdev keyboard catchall"
[ 12050.416] (**) UVC Camera (046d:0802): always reports core events
[ 12050.416] (**) UVC Camera (046d:0802): Device: "/dev/input/event4"
[ 12050.428] (--) UVC Camera (046d:0802): Found keys
[ 12050.428] (II) UVC Camera (046d:0802): Configuring as keyboard
[ 12050.428] (II) XINPUT: Adding extended input device "UVC Camera (046d:0802)" (type: KEYBOARD)
[ 12050.428] (**) Option "xkb_rules" "evdev"
[ 12050.428] (**) Option "xkb_model" "evdev"
[ 12050.428] (**) Option "xkb_layout" "us"
[ 12050.430] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event5)
[ 12050.431] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[ 12050.431] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[ 12050.431] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Device: "/dev/input/event5"
[ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found 3 mouse buttons
[ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
[ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found relative axes
[ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found x and y relative axes
[ 12050.442] (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Configuring as mouse
[ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
[ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12050.442] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE)
[ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
[ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
[ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[ 12050.442] (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): initialized for relative axes.
[ 12050.442] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[ 12050.442] (II) No input driver/identifier specified (ignoring)
[ 12050.444] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12050.444] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 12050.444] (**) AT Translated Set 2 keyboard: always reports core events
[ 12050.444] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 12050.458] (--) AT Translated Set 2 keyboard: Found keys
[ 12050.458] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 12050.458] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 12050.458] (**) Option "xkb_rules" "evdev"
[ 12050.458] (**) Option "xkb_model" "evdev"
[ 12050.458] (**) Option "xkb_layout" "us"
[ 12050.459] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[ 12050.459] (II) No input driver/identifier specified (ignoring)
[ 12057.008] 
Backtrace:
[ 12057.008] 0: X (xorg_backtrace+0x28) [0x49f558]
[ 12057.008] 1: X (0x400000+0x67939) [0x467939]
[ 12057.008] 2: /lib/libpthread.so.0 (0x7f6c851f4000+0xf1c0) [0x7f6c852031c0]
[ 12057.008] 3: X (0x400000+0x130355) [0x530355]
[ 12057.008] 4: X (0x400000+0x2a2e1) [0x42a2e1]
[ 12057.008] 5: X (0x400000+0x2123e) [0x42123e]
[ 12057.008] 6: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f6c84187c4d]
[ 12057.008] 7: X (0x400000+0x20de9) [0x420de9]
[ 12057.008] Segmentation fault at address 0x4
[ 12057.008] 
Fatal server error:
[ 12057.008] Caught signal 11 (Segmentation fault). Server aborting
[ 12057.008] 
[ 12057.008] 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[ 12057.008] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 12057.008] 
[ 12057.019] (II) Power Button: Close
[ 12057.019] (II) UnloadModule: "evdev"
[ 12057.032] (II) Power Button: Close
[ 12057.032] (II) UnloadModule: "evdev"
[ 12057.045] (II) UVC Camera (046d:0802): Close
[ 12057.045] (II) UnloadModule: "evdev"
[ 12057.069] (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Close
[ 12057.069] (II) UnloadModule: "evdev"
[ 12057.082] (II) AT Translated Set 2 keyboard: Close
[ 12057.082] (II) UnloadModule: "evdev"

Last edited by Azriel (2010-10-06 15:09:27)

Offline

#2 2010-10-05 16:33:33

Bregol
Member
Registered: 2008-08-15
Posts: 175

Re: [SOLVED]Xorg crash with some applications when using double screen

Sorry this doesn't really help with the Xinerama problem, but since you are using the nvidia driver, have you considered using Twinview instead? You could do composite stuff too with Twinview - last I knew, Xinerama had problems with things that want to use compositing. I don't know how your setup is but if you're not set on using Xinerama, it might be an option to consider.


Nai haryuvalyë melwa rë

Offline

#3 2010-10-05 16:45:33

Azriel
Member
Registered: 2008-01-23
Posts: 58

Re: [SOLVED]Xorg crash with some applications when using double screen

Thanks to your comment on xinerama I've just changed the Xinerama option from 1 to 0 in the corresponding line, and the problem is solved, I can now use my dual screen smile

So thank you !

Offline

Board footer

Powered by FluxBB