Hi,

Kubuntu 11.04 fresh install

I'm trying to set up a 3-seat multiseat system but for now I have installed only 1 VGA card and want to get the correct xorg.conf contents before I add the other two seats.

The system comes up OK, but after a minute or two, the desktop freezes.

I'd be grateful if someone could pass comment on the attached xorg.conf and Xorg.0.log files.

Thanks in advance,
Zoltan
--

===========================================
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
P.O. Box 7, Muizenberg 7950, South Africa.

65 Main Road, Muizenberg 7945
Western Cape, South Africa.

34° 6'16.35"S 18°28'5.62"E

Tel: +27-21-7884897  Mobile: +27-83-6004028
Fax: +27-86-6115323     www.geograph.co.za
===========================================


******************************************* xorg.conf below then Xorg.0.log below that *********************************
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 270.41.06 ([email protected]) Mon Apr 18 15:15:12 PDT 2011


Section "ServerFlags"
        Option  "DontVTSwitch"
        Option  "HandleSpecialKeys" "Always"
EndSection

Section "Files"
#   FontPath        "/usr/share/X11/fonts/misc"
#   FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
#   FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
#   FontPath        "/usr/share/X11/fonts/Type1"
#   FontPath        "/usr/share/X11/fonts/100dpi"
#   FontPath        "/usr/share/X11/fonts/75dpi"
#   FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

#Section "Module"
#    Load           "i2c"
#    Load           "bitmap"
#    Load           "ddc"
#    Load           "extmod"
#    Load           "freetype"
#    Load           "glx"
#    Load           "int10"
#    Load           "type1"
#    Load           "vbe"
#EndSection

################################################################### SERVER definitions

#Section "ServerLayout"
#        Identifier      "MultiSeat"
#        Screen          "Dummy Screen"
#        InputDevice     "Generic Keyboard"
#        InputDevice     "Configured Mouse"
#EndSection

Section "ServerLayout"
    Identifier     "Layouttop"
    Screen         "Screentop"
    InputDevice    "Keyboardtop"   "CoreKeyboard"
    InputDevice    "Mousetop"      "CorePointer"
    Option         "IsolateDevice" "PCI:3:0:0"
EndSection

################################################################### MOUSE definitions

#Section "InputDevice"
#    Identifier     "Configured Mouse"
#    Driver         "mouse"
#    Option         "CorePointer"
##    Option         "Device" "/dev/input/mice"
#    Option         "Device" "/dev/input/mouse0"
#    Option         "Protocol" "ExplorerPS/2"
#    Option         "ZAxisMapping" "4 5"
#    Option         "Emulate3Buttons" "true"
#EndSection

Section "InputDevice"
    Identifier     "Mousetop"
#    Driver         "mouse"
    Driver         "evdev"
#    Option        "Phys"       "usb-0000:00:1d.7-4.3/input1"
    Option         "Device" "/dev/input/event3"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

################################################################### KEYBOARD definitions

#Section "InputDevice"
#    Identifier     "Generic Keyboard"
#    Driver         "kbd"
#    Option         "CoreKeyboard"
#    Option         "XkbRules" "xorg"
#    Option         "XkbModel" "pc104"
#    Option         "XkbLayout" "us"
#EndSection

Section "InputDevice"
    Identifier     "Keyboardtop"
    Driver         "evdev"
#    Option         "Phys"       "usb-0000:00:1d.7-4.3/input0"
    Option         "Device" "/dev/input/event2"
EndSection

################################################################### LCD Monitors

#Section "Monitor"
#    Identifier     "Generic Monitor"
#    HorizSync       28.0 - 80.0
#    VertRefresh     43.0 - 60.0
#    Option         "DPMS"
#EndSection

Section "Monitor"
    Identifier     "LP2065top"
    HorizSync       30.0 - 92.0
    VertRefresh     48.0 - 85.0
    Option         "DPMS"
EndSection

################################################################### VGA Cards

#Section "Device"
#        Identifier      "Dummy"
#        Driver          "dummy"
#        VideoRam        75
#EndSection

Section "Device"
    Identifier     "ENGT430top"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:3:0:0"
    Option         "UseInt10Module"   "True"
EndSection

################################################################### Tie together as SCREENs

#Section "Screen"
#        Identifier      "Dummy Screen"
#        Device          "Dummy"
#        Monitor         "Generic Monitor"
#        DefaultDepth    8
#        SubSection "Display"
#                Modes           "320x240"
#        EndSubSection
#EndSection

Section "Screen"
    Identifier     "Screentop"
    Device         "ENGT430top"
    Monitor        "LP2065top"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1024x768"
    EndSubSection
EndSection



******************************************* Xorg.0.log below: ************************************
[    10.117]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    10.175] X Protocol Version 11, Revision 0
[    10.175] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 10.175] Current Operating System: Linux gl00 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 [ 10.175] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=7fb37a7b-a136-4b7b-bcc1-2beee1e49fd6 ro quiet splash vt.handoff=7
[    10.175] Build Date: 19 April 2011  03:33:17PM
[ 10.175] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[    10.175] Current version of pixman: 0.20.2
[    10.175]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[ 10.175] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.175] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 30 19:08:03 2011
[    10.175] (==) Using config file: "/etc/X11/xorg.conf"
[    10.175] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.176] (==) ServerLayout "Layouttop"
[    10.176] (**) |-->Screen "Screentop" (0)
[    10.176] (**) |   |-->Monitor "LP2065top"
[    10.176] (**) |   |-->Device "ENGT430top"
[    10.176] (**) |-->Input Device "Keyboardtop"
[    10.176] (**) |-->Input Device "Mousetop"
[    10.176] (**) Option "IsolateDevice" "PCI:3:0:0"
[    10.176] (**) Option "DontVTSwitch"
[    10.176] (==) Automatically adding devices
[    10.176] (==) Automatically enabling devices
[ 10.177] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    10.177]     Entry deleted from font path.
[ 10.177] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    10.177]     Entry deleted from font path.
[ 10.177] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    10.177]     Entry deleted from font path.
[ 10.177] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    10.177]     Entry deleted from font path.
[    10.177] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    10.177]     Entry deleted from font path.
[    10.177] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
[ 10.177] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    10.177] (II) Loader magic: 0x81ffde0
[    10.177] (II) Module ABI versions:
[    10.177]     X.Org ANSI C Emulation: 0.4
[    10.177]     X.Org Video Driver: 10.0
[    10.177]     X.Org XInput driver : 12.3
[    10.177]     X.Org Server Extension : 5.0
[ 10.178] (--) PCI:*(0:3:0:0) 10de:0de1:1043:836d rev 161, Mem @ 0xfa000000/16777216, 0xd8000000/134217728, 0xd6000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288 [ 10.178] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.178] (II) LoadModule: "extmod"
[    10.181] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    10.181] (II) Module extmod: vendor="X.Org Foundation"
[    10.181]     compiled for 1.10.1, module version = 1.0.0
[    10.181]     Module class: X.Org Server Extension
[    10.181]     ABI class: X.Org Server Extension, version 5.0
[    10.181] (II) Loading extension MIT-SCREEN-SAVER
[    10.181] (II) Loading extension XFree86-VidModeExtension
[    10.181] (II) Loading extension XFree86-DGA
[    10.181] (II) Loading extension DPMS
[    10.181] (II) Loading extension XVideo
[    10.181] (II) Loading extension XVideo-MotionCompensation
[    10.181] (II) Loading extension X-Resource
[    10.181] (II) LoadModule: "dbe"
[    10.182] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    10.182] (II) Module dbe: vendor="X.Org Foundation"
[    10.182]     compiled for 1.10.1, module version = 1.0.0
[    10.182]     Module class: X.Org Server Extension
[    10.182]     ABI class: X.Org Server Extension, version 5.0
[    10.182] (II) Loading extension DOUBLE-BUFFER
[    10.182] (II) LoadModule: "glx"
[    10.182] (II) Loading /usr/lib/xorg/extra-modules/libglx.so
[    10.194] (II) Module glx: vendor="NVIDIA Corporation"
[    10.194]     compiled for 4.0.2, module version = 1.0.0
[    10.194]     Module class: X.Org Server Extension
[    10.194] (II) NVIDIA GLX Module  270.41.06  Mon Apr 18 15:11:28 PDT 2011
[    10.194] (II) Loading extension GLX
[    10.194] (II) LoadModule: "record"
[    10.195] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    10.195] (II) Module record: vendor="X.Org Foundation"
[    10.195]     compiled for 1.10.1, module version = 1.13.0
[    10.195]     Module class: X.Org Server Extension
[    10.195]     ABI class: X.Org Server Extension, version 5.0
[    10.195] (II) Loading extension RECORD
[    10.195] (II) LoadModule: "dri"
[    10.195] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    10.195] (II) Module dri: vendor="X.Org Foundation"
[    10.195]     compiled for 1.10.1, module version = 1.0.0
[    10.195]     ABI class: X.Org Server Extension, version 5.0
[    10.195] (II) Loading extension XFree86-DRI
[    10.195] (II) LoadModule: "dri2"
[    10.195] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    10.195] (II) Module dri2: vendor="X.Org Foundation"
[    10.195]     compiled for 1.10.1, module version = 1.2.0
[    10.195]     ABI class: X.Org Server Extension, version 5.0
[    10.195] (II) Loading extension DRI2
[    10.195] (II) LoadModule: "nvidia"
[    10.195] (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
[    10.196] (II) Module nvidia: vendor="NVIDIA Corporation"
[    10.196]     compiled for 4.0.2, module version = 1.0.0
[    10.196]     Module class: X.Org Video Driver
[    10.196] (II) LoadModule: "evdev"
[    10.196] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    10.196] (II) Module evdev: vendor="X.Org Foundation"
[    10.196]     compiled for 1.10.0.902, module version = 2.6.0
[    10.196]     Module class: X.Org XInput Driver
[    10.196]     ABI class: X.Org XInput driver, version 12.3
[ 10.196] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:51 PDT 2011
[    10.196] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    10.196] (++) using VT number 7

[    10.196] (II) Loading sub module "fb"
[    10.196] (II) LoadModule: "fb"
[    10.196] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.196] (II) Module fb: vendor="X.Org Foundation"
[    10.196]     compiled for 1.10.1, module version = 1.0.0
[    10.196]     ABI class: X.Org ANSI C Emulation, version 0.4
[    10.196] (II) Loading sub module "wfb"
[    10.196] (II) LoadModule: "wfb"
[    10.197] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    10.197] (II) Module wfb: vendor="X.Org Foundation"
[    10.197]     compiled for 1.10.1, module version = 1.0.0
[    10.197]     ABI class: X.Org ANSI C Emulation, version 0.4
[    10.197] (II) Loading sub module "ramdac"
[    10.197] (II) LoadModule: "ramdac"
[    10.197] (II) Module "ramdac" already built-in
[    10.197] (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
[    10.197] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    10.197] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.197] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    10.197] (==) NVIDIA(0): RGB weight 888
[    10.197] (==) NVIDIA(0): Default visual is TrueColor
[    10.197] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.197] (**) NVIDIA(0): Option "UseInt10Module" "True"
[    10.197] (II) Loading sub module "int10"
[    10.197] (II) LoadModule: "int10"
[    10.197] (II) Loading /usr/lib/xorg/modules/libint10.so
[    10.342] (II) Module int10: vendor="X.Org Foundation"
[    10.342]     compiled for 1.10.1, module version = 1.0.0
[    10.342]     ABI class: X.Org Video Driver, version 10.0
[    10.343] (II) NVIDIA(0): Bad V_BIOS checksum
[    10.343] (II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
[ 10.961] (II) NVIDIA(GPU-0): Display (HP LP2065 (DFP-0)) does not support NVIDIA 3D Vision
[    10.961] (II) NVIDIA(GPU-0):     stereo.
[ 10.962] (II) NVIDIA(0): NVIDIA GPU GeForce GT 430 (GF108) at PCI:3:0:0 (GPU-0)
[    10.962] (--) NVIDIA(0): Memory: 1048576 kBytes
[    10.962] (--) NVIDIA(0): VideoBIOS: 70.08.29.00.01
[    10.962] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 10.962] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [ 10.962] (--) NVIDIA(0): Connected display device(s) on GeForce GT 430 at PCI:3:0:0
[    10.962] (--) NVIDIA(0):     HP LP2065 (DFP-0)
[ 10.962] (--) NVIDIA(0): HP LP2065 (DFP-0): 330.0 MHz maximum pixel clock
[    10.962] (--) NVIDIA(0): HP LP2065 (DFP-0): Internal Dual Link TMDS
[    10.998] (II) NVIDIA(0): Assigned Display Device: DFP-0
[    10.998] (II) NVIDIA(0): Validated modes:
[    10.998] (II) NVIDIA(0):     "1600x1200"
[    10.998] (II) NVIDIA(0):     "1024x768"
[ 10.998] (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200 [ 11.024] (--) NVIDIA(0): DPI set to (99, 98); computed from "UseEdidDpi" X config
[    11.024] (--) NVIDIA(0):     option
[    11.024] (--) Depth 24 pixmap format is 32 bpp
[ 11.024] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
[    11.024] (II) NVIDIA:     access.
[    11.031] (II) NVIDIA(0): Setting mode "1600x1200"
[    11.063] (II) Loading extension NV-GLX
[    11.116] (==) NVIDIA(0): Disabling shared memory pixmaps
[    11.116] (==) NVIDIA(0): Backing store disabled
[    11.116] (==) NVIDIA(0): Silken mouse enabled
[    11.116] (**) NVIDIA(0): DPMS enabled
[    11.116] (II) Loading extension NV-CONTROL
[    11.116] (II) Loading extension XINERAMA
[    11.116] (II) Loading sub module "dri2"
[    11.116] (II) LoadModule: "dri2"
[    11.117] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    11.117] (II) Module dri2: vendor="X.Org Foundation"
[    11.117]     compiled for 1.10.1, module version = 1.2.0
[    11.117]     ABI class: X.Org Server Extension, version 5.0
[    11.117] (II) NVIDIA(0): [DRI2] Setup complete
[    11.117] (==) RandR enabled
[    11.117] (II) Initializing built-in extension Generic Event Extension
[    11.117] (II) Initializing built-in extension SHAPE
[    11.117] (II) Initializing built-in extension MIT-SHM
[    11.117] (II) Initializing built-in extension XInputExtension
[    11.117] (II) Initializing built-in extension XTEST
[    11.117] (II) Initializing built-in extension BIG-REQUESTS
[    11.117] (II) Initializing built-in extension SYNC
[    11.117] (II) Initializing built-in extension XKEYBOARD
[    11.117] (II) Initializing built-in extension XC-MISC
[    11.117] (II) Initializing built-in extension SECURITY
[    11.117] (II) Initializing built-in extension XINERAMA
[    11.117] (II) Initializing built-in extension XFIXES
[    11.117] (II) Initializing built-in extension RENDER
[    11.117] (II) Initializing built-in extension RANDR
[    11.117] (II) Initializing built-in extension COMPOSITE
[    11.117] (II) Initializing built-in extension DAMAGE
[    11.117] (II) Initializing built-in extension GESTURE
[    11.119] (II) Initializing extension GLX
[ 11.134] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    11.135] (II) Using input driver 'evdev' for 'Keyboardtop'
[    11.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.135] (**) Option "CoreKeyboard"
[    11.135] (**) Keyboardtop: always reports core events
[    11.135] (**) Keyboardtop: Device: "/dev/input/event2"
[    11.168] (--) Keyboardtop: Found keys
[    11.168] (II) Keyboardtop: Configuring as keyboard
[ 11.168] (II) XINPUT: Adding extended input device "Keyboardtop" (type: KEYBOARD)
[    11.168] (**) Option "xkb_rules" "evdev"
[    11.168] (**) Option "xkb_model" "evdev"
[    11.168] (**) Option "xkb_layout" "us"
[ 11.169] (II) XKB: generating xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
[    11.321] (II) Using input driver 'evdev' for 'Mousetop'
[    11.321] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.321] (**) Option "CorePointer"
[    11.321] (**) Mousetop: always reports core events
[    11.321] (**) Mousetop: Device: "/dev/input/event3"
[    11.352] (--) Mousetop: Found 20 mouse buttons
[    11.352] (--) Mousetop: Found scroll wheel(s)
[    11.352] (--) Mousetop: Found relative axes
[    11.352] (--) Mousetop: Found x and y relative axes
[    11.352] (--) Mousetop: Found keys
[    11.352] (II) Mousetop: Configuring as mouse
[    11.352] (II) Mousetop: Configuring as keyboard
[    11.352] (II) Mousetop: Adding scrollwheel support
[    11.352] (**) Option "Emulate3Buttons" "true"
[    11.352] (**) Mousetop: YAxisMapping: buttons 4 and 5
[ 11.352] (**) Mousetop: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 11.352] (II) XINPUT: Adding extended input device "Mousetop" (type: KEYBOARD)
[    11.352] (**) Option "xkb_rules" "evdev"
[    11.352] (**) Option "xkb_model" "evdev"
[    11.352] (**) Option "xkb_layout" "us"
[    11.352] (II) Mousetop: initialized for relative axes.
[    11.352] (**) Mousetop: (accel) keeping acceleration scheme 1
[    11.352] (**) Mousetop: (accel) acceleration profile 0
[    11.352] (**) Mousetop: (accel) acceleration factor: 2.000
[    11.352] (**) Mousetop: (accel) acceleration threshold: 4
[ 11.357] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 11.357] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.357] (II) Using input driver 'evdev' for 'Power Button'
[    11.357] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.357] (**) Power Button: always reports core events
[    11.357] (**) Power Button: Device: "/dev/input/event1"
[    11.416] (--) Power Button: Found keys
[    11.416] (II) Power Button: Configuring as keyboard
[ 11.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 11.416] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    11.416] (**) Option "xkb_rules" "evdev"
[    11.416] (**) Option "xkb_model" "pc105"
[    11.416] (**) Option "xkb_layout" "us"
[ 11.417] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm [ 11.419] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 11.419] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.419] (II) Using input driver 'evdev' for 'Power Button'
[    11.419] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.419] (**) Power Button: always reports core events
[    11.419] (**) Power Button: Device: "/dev/input/event0"
[    11.436] (--) Power Button: Found keys
[    11.436] (II) Power Button: Configuring as keyboard
[ 11.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0" [ 11.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    11.436] (**) Option "xkb_rules" "evdev"
[    11.436] (**) Option "xkb_model" "pc105"
[    11.436] (**) Option "xkb_layout" "us"
[ 11.440] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event4)
[    11.440] (II) No input driver/identifier specified (ignoring)
[ 11.441] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2) [ 11.441] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    11.441] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    11.441] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.441] (**) Logitech USB Receiver: always reports core events
[    11.441] (**) Logitech USB Receiver: Device: "/dev/input/event2"
[    11.441] (WW) Logitech USB Receiver: device file is duplicate. Ignoring.
[    11.441] (EE) PreInit returned 8 for "Logitech USB Receiver"
[    11.441] (II) UnloadModule: "evdev"
[    11.441] (II) Unloading evdev
[ 11.442] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3) [ 11.442] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall" [ 11.442] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    11.442] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    11.442] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.442] (**) Logitech USB Receiver: always reports core events
[    11.442] (**) Logitech USB Receiver: Device: "/dev/input/event3"
[    11.444] (WW) Logitech USB Receiver: device file is duplicate. Ignoring.
[    11.444] (EE) PreInit returned 8 for "Logitech USB Receiver"
[    11.444] (II) UnloadModule: "evdev"
[    11.444] (II) Unloading evdev
[ 11.444] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    11.444] (II) No input driver/identifier specified (ignoring)
[   221.625] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0xf7f7ffff, 0x0004fe20)
[ 222.235] [mi] EQ overflowing. The server is probably stuck in an infinite loop.
[   222.235]
Backtrace:
[   222.235] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80eab1b]
[   222.235] 1: /usr/bin/X (mieqEnqueue+0x1ab) [0x80e9cfb]
[   222.235] 2: /usr/bin/X (xf86PostMotionEventM+0xbf) [0x80c4b5f]
[ 222.235] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x22f000+0x368f) [0x23268f] [ 222.235] 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x22f000+0x54e9) [0x2344e9] [ 222.235] 5: /usr/lib/xorg/modules/input/evdev_drv.so (0x22f000+0x5d4d) [0x234d4d]
[   222.235] 6: /usr/bin/X (0x8048000+0x6b40f) [0x80b340f]
[   222.235] 7: /usr/bin/X (0x8048000+0x12ddb6) [0x8175db6]
[   222.235] 8: (vdso) (__kernel_sigreturn+0x0) [0x5b6400]
[   228.625] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0xf7f7ffff, 0x0004fe20)



-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1209 / Virus Database: 1500/3606 - Release Date: 04/30/11

_______________________________________________
[email protected]: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: [email protected]

Reply via email to