X loses wireless input devices

Yan Seiner yan at seiner.com
Sat Jun 9 07:45:53 PDT 2012


I have a multiseat setup where 2 of the seats use wireless mice and 
keyboards.  After some random time measured in hours/days, those two 
seats "lose" the input devices.  They become non-responsive.  The LEDs 
on the hardware light up so I know the mice and keyboards are awake and 
sending signals, but the X session itself does not respond.  There is 
nothing interesting in the log files.  the one seat with wired devices 
is fine.

If I kill that X client and let kdm restart it, it will work fine for a 
while.  What information can I provide to help diagnose this?

Here's xorg.conf:

Section "ServerLayout"
    Identifier     "akari"
    Screen      0  "akari-scr" 0 0
    InputDevice    "akari-kbd" "CoreKeyboard"
    InputDevice    "akari-mouse" "CorePointer"
    Option      "AutoEnableDevices"     "true"
    Option      "AutoAddDevices"        "false"
    Option      "AllowEmptyInput"       "true"
EndSection

Section "ServerLayout"
    Identifier     "jason"
    Screen      0  "jason-scr" 0 0
    InputDevice    "jason-kbd" "CoreKeyboard"
    InputDevice    "jason-mouse" "CorePointer"
    Option      "AutoEnableDevices"     "true"
    Option      "AutoAddDevices"        "false"
    Option      "AllowEmptyInput"       "true"
EndSection

Section "ServerLayout"
    Identifier     "myth"
    Screen      0  "myth-scr" 0 0
    InputDevice    "myth-kbd" "CoreKeyboard"
    InputDevice    "myth-mouse" "CorePointer"
    Option      "AutoEnableDevices"     "true"
    Option      "AutoAddDevices"        "false"
    Option      "AllowEmptyInput"       "true"
EndSection

Section "Files"
EndSection


Section "InputDevice"
    Identifier     "akari-mouse"
    Driver         "evdev"
    Option         "Device" 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:3.4:1.1-event-mouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "jason-mouse"
    Driver         "evdev"
    Option         "Device" 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:1.1:1.0-event-mouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "myth-mouse"
    Driver         "evdev"
    Option         "Device" 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:2.4.4.4:1.1-event-mouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "akari-kbd"
    Driver         "evdev"
    Option         "Device" 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:3.4:1.0-event-kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "105"
    Option "XkbLayout" "us"
    Option  "Protocol"      "Standard"
EndSection

Section "InputDevice"
    Identifier     "jason-kbd"
    Driver         "evdev"
    Option         "Device" 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:1.2:1.0-event-kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "105"
    Option "XkbLayout" "us"
    Option  "Protocol"      "Standard"
EndSection

Section "InputDevice"
    Identifier     "myth-kbd"
    Driver         "evdev"
    Option         "Device" 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:2.4.4.4:1.0-event-kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "105"
    Option "XkbLayout" "us"
    Option  "Protocol"      "Standard"
EndSection

Section "Monitor"
    Identifier     "akari-mon"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "jason-mon"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "myth-mon"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "jason-dev"
#    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID    "PCI:2:0:0"
    Screen         0
EndSection

Section "Device"
    Identifier     "akari-dev"
#    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID       "PCI:4:0:0"
    Screen         0
EndSection

Section "Device"
    Identifier     "myth-dev"
#    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID       "PCI:1:6:0"
    Screen         0
EndSection

Section "Screen"
    Identifier     "akari-scr"
    Device         "akari-dev"
    Monitor        "akari-mon"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "jason-scr"
    Device         "jason-dev"
    Monitor        "jason-mon"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "myth-scr"
    Device         "myth-dev"
    Monitor        "myth-mon"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    Modes       "1024x768"
    EndSubSection
EndSection

************************************************************************************************

And here's the log file from one of the clients:

[1688907.358]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[1688907.358] X Protocol Version 11, Revision 0
[1688907.358] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[1688907.358] Current Operating System: Linux athena 3.2.0-24-generic 
#37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64
[1688907.358] Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=716529cd-d6ca-4c42-8d15-b5b93df7703e ro quiet splash vt.handoff=7
[1688907.358] Build Date: 05 April 2012  04:32:37AM
[1688907.358] xorg-server 2:1.11.4-0ubuntu10 (For technical support 
please see http://www.ubuntu.com/support)
[1688907.358] Current version of pixman: 0.24.4
[1688907.358]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[1688907.358] Markers: (--) probed, (**) from config file, (==) default 
setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[1688907.358] (==) Log file: "/var/log/Xorg.2.log", Time: Wed May 30 
19:15:26 2012
[1688907.358] (==) Using config file: "/etc/X11/xorg.conf"
[1688907.358] (==) Using system config directory 
"/usr/share/X11/xorg.conf.d"
[1688907.359] (++) ServerLayout "myth"
[1688907.359] (**) |-->Screen "myth-scr" (0)
[1688907.359] (**) |   |-->Monitor "myth-mon"
[1688907.359] (**) |   |-->Device "myth-dev"
[1688907.359] (**) |-->Input Device "myth-kbd"
[1688907.359] (**) |-->Input Device "myth-mouse"
[1688907.359] (**) Option "AutoAddDevices" "false"
[1688907.359] (**) Option "AutoEnableDevices" "true"
[1688907.359] (**) Not automatically adding devices
[1688907.359] (**) Automatically enabling devices
[1688907.359] (WW) The directory "/usr/share/fonts/X11/cyrillic" does 
not exist.
[1688907.359]     Entry deleted from font path.
[1688907.359] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not 
exist.
[1688907.359]     Entry deleted from font path.
[1688907.359] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not 
exist.
[1688907.359]     Entry deleted from font path.
[1688907.359] (WW) The directory "/usr/share/fonts/X11/100dpi" does not 
exist.
[1688907.359]     Entry deleted from font path.
[1688907.359] (WW) The directory "/usr/share/fonts/X11/75dpi" does not 
exist.
[1688907.359]     Entry deleted from font path.
[1688907.359] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
[1688907.359] (==) ModulePath set to 
"/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[1688907.359] (II) Loader magic: 0x7fb946b70b00
[1688907.359] (II) Module ABI versions:
[1688907.359]     X.Org ANSI C Emulation: 0.4
[1688907.359]     X.Org Video Driver: 11.0
[1688907.359]     X.Org XInput driver : 16.0
[1688907.359]     X.Org Server Extension : 6.0
[1688907.360] (--) PCI:*(0:1:6:0) 10de:032a:10de:034f rev 161, Mem @ 
0xf8000000/16777216, 0xe8000000/134217728, BIOS @ 0x????????/131072
[1688907.360] (II) Open ACPI successful (/var/run/acpid.socket)
[1688907.361] (II) LoadModule: "extmod"
[1688907.361] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[1688907.361] (II) Module extmod: vendor="X.Org Foundation"
[1688907.361]     compiled for 1.11.3, module version = 1.0.0
[1688907.361]     Module class: X.Org Server Extension
[1688907.361]     ABI class: X.Org Server Extension, version 6.0
[1688907.361] (II) Loading extension MIT-SCREEN-SAVER
[1688907.361] (II) Loading extension XFree86-VidModeExtension
[1688907.361] (II) Loading extension XFree86-DGA
[1688907.361] (II) Loading extension DPMS
[1688907.361] (II) Loading extension XVideo
[1688907.361] (II) Loading extension XVideo-MotionCompensation
[1688907.361] (II) Loading extension X-Resource
[1688907.361] (II) LoadModule: "dbe"
[1688907.361] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[1688907.361] (II) Module dbe: vendor="X.Org Foundation"
[1688907.361]     compiled for 1.11.3, module version = 1.0.0
[1688907.362]     Module class: X.Org Server Extension
[1688907.362]     ABI class: X.Org Server Extension, version 6.0
[1688907.362] (II) Loading extension DOUBLE-BUFFER
[1688907.362] (II) LoadModule: "glx"
[1688907.362] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[1688907.362] (II) Module glx: vendor="X.Org Foundation"
[1688907.362]     compiled for 1.11.3, module version = 1.0.0
[1688907.362]     ABI class: X.Org Server Extension, version 6.0
[1688907.362] (==) AIGLX enabled
[1688907.362] (II) Loading extension GLX
[1688907.362] (II) LoadModule: "record"
[1688907.362] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[1688907.362] (II) Module record: vendor="X.Org Foundation"
[1688907.362]     compiled for 1.11.3, module version = 1.13.0
[1688907.362]     Module class: X.Org Server Extension
[1688907.362]     ABI class: X.Org Server Extension, version 6.0
[1688907.362] (II) Loading extension RECORD
[1688907.362] (II) LoadModule: "dri"
[1688907.362] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[1688907.362] (II) Module dri: vendor="X.Org Foundation"
[1688907.362]     compiled for 1.11.3, module version = 1.0.0
[1688907.362]     ABI class: X.Org Server Extension, version 6.0
[1688907.362] (II) Loading extension XFree86-DRI
[1688907.362] (II) LoadModule: "dri2"
[1688907.363] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[1688907.363] (II) Module dri2: vendor="X.Org Foundation"
[1688907.363]     compiled for 1.11.3, module version = 1.2.0
[1688907.363]     ABI class: X.Org Server Extension, version 6.0
[1688907.363] (II) Loading extension DRI2
[1688907.363] (==) Matched nvidia as autoconfigured driver 0
[1688907.363] (==) Matched nouveau as autoconfigured driver 1
[1688907.363] (==) Matched nv as autoconfigured driver 2
[1688907.363] (==) Matched vesa as autoconfigured driver 3
[1688907.363] (==) Matched fbdev as autoconfigured driver 4
[1688907.363] (==) Assigned the driver to the xf86ConfigLayout
[1688907.363] (II) LoadModule: "nvidia"
[1688907.364] (WW) Warning, couldn't open module nvidia
[1688907.364] (II) UnloadModule: "nvidia"
[1688907.364] (II) Unloading nvidia
[1688907.364] (EE) Failed to load module "nvidia" (module does not exist, 0)
[1688907.364] (II) LoadModule: "nouveau"
[1688907.364] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[1688907.364] (II) Module nouveau: vendor="X.Org Foundation"
[1688907.364]     compiled for 1.11.3, module version = 0.0.16
[1688907.364]     Module class: X.Org Video Driver
[1688907.364]     ABI class: X.Org Video Driver, version 11.0
[1688907.364] (II) LoadModule: "nv"
[1688907.365] (WW) Warning, couldn't open module nv
[1688907.365] (II) UnloadModule: "nv"
[1688907.365] (II) Unloading nv
[1688907.365] (EE) Failed to load module "nv" (module does not exist, 0)
[1688907.365] (II) LoadModule: "vesa"
[1688907.365] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[1688907.365] (II) Module vesa: vendor="X.Org Foundation"
[1688907.365]     compiled for 1.11.3, module version = 2.3.0
[1688907.365]     Module class: X.Org Video Driver
[1688907.365]     ABI class: X.Org Video Driver, version 11.0
[1688907.365] (II) LoadModule: "fbdev"
[1688907.366] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[1688907.366] (II) Module fbdev: vendor="X.Org Foundation"
[1688907.366]     compiled for 1.11.3, module version = 0.4.2
[1688907.366]     ABI class: X.Org Video Driver, version 11.0
[1688907.366] (==) Matched nvidia as autoconfigured driver 0
[1688907.366] (==) Matched nouveau as autoconfigured driver 1
[1688907.366] (==) Matched nv as autoconfigured driver 2
[1688907.366] (==) Matched vesa as autoconfigured driver 3
[1688907.366] (==) Matched fbdev as autoconfigured driver 4
[1688907.366] (==) Assigned the driver to the xf86ConfigLayout
[1688907.366] (II) LoadModule: "nvidia"
[1688907.366] (WW) Warning, couldn't open module nvidia
[1688907.366] (II) UnloadModule: "nvidia"
[1688907.366] (II) Unloading nvidia
[1688907.366] (EE) Failed to load module "nvidia" (module does not exist, 0)
[1688907.366] (II) LoadModule: "nouveau"
[1688907.366] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[1688907.367] (II) Module nouveau: vendor="X.Org Foundation"
[1688907.367]     compiled for 1.11.3, module version = 0.0.16
[1688907.367]     Module class: X.Org Video Driver
[1688907.367]     ABI class: X.Org Video Driver, version 11.0
[1688907.367] (II) UnloadModule: "nouveau"
[1688907.367] (II) Unloading nouveau
[1688907.367] (II) Failed to load module "nouveau" (already loaded, 0)
[1688907.367] (II) LoadModule: "nv"
[1688907.367] (WW) Warning, couldn't open module nv
[1688907.367] (II) UnloadModule: "nv"
[1688907.367] (II) Unloading nv
[1688907.367] (EE) Failed to load module "nv" (module does not exist, 0)
[1688907.367] (II) LoadModule: "vesa"
[1688907.367] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[1688907.367] (II) Module vesa: vendor="X.Org Foundation"
[1688907.367]     compiled for 1.11.3, module version = 2.3.0
[1688907.367]     Module class: X.Org Video Driver
[1688907.367]     ABI class: X.Org Video Driver, version 11.0
[1688907.367] (II) UnloadModule: "vesa"
[1688907.367] (II) Unloading vesa
[1688907.367] (II) Failed to load module "vesa" (already loaded, 0)
[1688907.367] (II) LoadModule: "fbdev"
[1688907.368] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[1688907.368] (II) Module fbdev: vendor="X.Org Foundation"
[1688907.368]     compiled for 1.11.3, module version = 0.4.2
[1688907.368]     ABI class: X.Org Video Driver, version 11.0
[1688907.368] (II) UnloadModule: "fbdev"
[1688907.368] (II) Unloading fbdev
[1688907.368] (II) Failed to load module "fbdev" (already loaded, 0)
[1688907.368] (II) LoadModule: "evdev"
[1688907.368] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1688907.368] (II) Module evdev: vendor="X.Org Foundation"
[1688907.368]     compiled for 1.11.3, module version = 2.7.0
[1688907.368]     Module class: X.Org XInput Driver
[1688907.368]     ABI class: X.Org XInput driver, version 16.0
[1688907.368] (II) NOUVEAU driver Date:   Wed Nov 30 18:56:54 2011 +0100
[1688907.368] (II) NOUVEAU driver for NVIDIA chipset families :
[1688907.368]     RIVA TNT        (NV04)
[1688907.368]     RIVA TNT2       (NV05)
[1688907.368]     GeForce 256     (NV10)
[1688907.368]     GeForce 2       (NV11, NV15)
[1688907.368]     GeForce 4MX     (NV17, NV18)
[1688907.368]     GeForce 3       (NV20)
[1688907.368]     GeForce 4Ti     (NV25, NV28)
[1688907.368]     GeForce FX      (NV3x)
[1688907.368]     GeForce 6       (NV4x)
[1688907.368]     GeForce 7       (G7x)
[1688907.368]     GeForce 8       (G8x)
[1688907.368]     GeForce GTX 200 (NVA0)
[1688907.368]     GeForce GTX 400 (NVC0)
[1688907.368] (II) VESA: driver for VESA chipsets: vesa
[1688907.368] (II) FBDEV: driver for framebuffer: fbdev
[1688907.369] (++) using VT number 9

[1688907.369] drmOpenDevice: node name is /dev/dri/card0
[1688907.369] drmOpenDevice: open result is 10, (OK)
[1688907.369] drmOpenByBusid: Searching for BusID pci:0000:01:06.0
[1688907.369] drmOpenDevice: node name is /dev/dri/card0
[1688907.369] drmOpenDevice: open result is 10, (OK)
[1688907.369] drmOpenByBusid: drmOpenMinor returns 10
[1688907.369] drmOpenByBusid: drmGetBusid reports pci:0000:01:06.0
[1688907.369] (II) [drm] nouveau interface version: 0.0.16
[1688907.369] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[1688907.369] (WW) Falling back to old probe method for vesa
[1688907.369] (WW) Falling back to old probe method for fbdev
[1688907.369] (II) Loading sub module "fbdevhw"
[1688907.369] (II) LoadModule: "fbdevhw"
[1688907.370] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[1688907.370] (II) Module fbdevhw: vendor="X.Org Foundation"
[1688907.370]     compiled for 1.11.3, module version = 0.0.2
[1688907.370]     ABI class: X.Org Video Driver, version 11.0
[1688907.370] (II) Loading sub module "dri"
[1688907.370] (II) LoadModule: "dri"
[1688907.370] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[1688907.370] (II) Module dri: vendor="X.Org Foundation"
[1688907.370]     compiled for 1.11.3, module version = 1.0.0
[1688907.370]     ABI class: X.Org Server Extension, version 6.0
[1688907.370] (II) NOUVEAU(0): Loaded DRI module
[1688907.370] drmOpenDevice: node name is /dev/dri/card0
[1688907.370] drmOpenDevice: open result is 11, (OK)
[1688907.370] drmOpenDevice: node name is /dev/dri/card0
[1688907.370] drmOpenDevice: open result is 11, (OK)
[1688907.370] drmOpenByBusid: Searching for BusID pci:0000:01:06.0
[1688907.370] drmOpenDevice: node name is /dev/dri/card0
[1688907.370] drmOpenDevice: open result is 11, (OK)
[1688907.370] drmOpenByBusid: drmOpenMinor returns 11
[1688907.370] drmOpenByBusid: drmGetBusid reports pci:0000:01:06.0
[1688907.370] (II) [drm] DRM interface version 1.4
[1688907.370] (II) [drm] DRM open master succeeded.
[1688907.370] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
[1688907.370] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[1688907.370] (==) NOUVEAU(0): RGB weight 888
[1688907.370] (==) NOUVEAU(0): Default visual is TrueColor
[1688907.370] (==) NOUVEAU(0): Using HW cursor
[1688907.370] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[1688907.370] (==) NOUVEAU(0): Page flipping enabled
[1688907.495] (II) NOUVEAU(0): Output DVI-I-1 using monitor section myth-mon
[1688907.548] (II) NOUVEAU(0): Output TV-1 has no monitor section
[1688907.667] (II) NOUVEAU(0): EDID for output DVI-I-1
[1688907.668] (II) NOUVEAU(0): Manufacturer: HSD  Model: 62fd  Serial#: 0
[1688907.668] (II) NOUVEAU(0): Year: 2011  Week: 36
[1688907.668] (II) NOUVEAU(0): EDID Version: 1.3
[1688907.668] (II) NOUVEAU(0): Digital Display Input
[1688907.668] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 44  vert.: 25
[1688907.668] (II) NOUVEAU(0): Gamma: 2.20
[1688907.668] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[1688907.668] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 
YCrCb 4:4:4
[1688907.668] (II) NOUVEAU(0): First detailed timing is preferred mode
[1688907.668] (II) NOUVEAU(0): redX: 0.639 redY: 0.340   greenX: 0.324 
greenY: 0.622
[1688907.668] (II) NOUVEAU(0): blueX: 0.155 blueY: 0.042   whiteX: 0.313 
whiteY: 0.329
[1688907.668] (II) NOUVEAU(0): Supported established timings:
[1688907.668] (II) NOUVEAU(0): 720x400 at 70Hz
[1688907.668] (II) NOUVEAU(0): 640x480 at 60Hz
[1688907.668] (II) NOUVEAU(0): 640x480 at 67Hz
[1688907.668] (II) NOUVEAU(0): 640x480 at 72Hz
[1688907.668] (II) NOUVEAU(0): 640x480 at 75Hz
[1688907.668] (II) NOUVEAU(0): 800x600 at 56Hz
[1688907.668] (II) NOUVEAU(0): 800x600 at 60Hz
[1688907.668] (II) NOUVEAU(0): 800x600 at 72Hz
[1688907.668] (II) NOUVEAU(0): 800x600 at 75Hz
[1688907.668] (II) NOUVEAU(0): 832x624 at 75Hz
[1688907.668] (II) NOUVEAU(0): 1024x768 at 60Hz
[1688907.668] (II) NOUVEAU(0): 1024x768 at 70Hz
[1688907.668] (II) NOUVEAU(0): 1024x768 at 75Hz
[1688907.668] (II) NOUVEAU(0): 1152x864 at 75Hz
[1688907.668] (II) NOUVEAU(0): Manufacturer's mask: 0
[1688907.668] (II) NOUVEAU(0): Supported standard timings:
[1688907.668] (II) NOUVEAU(0): #0: hsize: 1600  vsize 900  refresh: 60  
vid: 49321
[1688907.668] (II) NOUVEAU(0): #1: hsize: 1440  vsize 900  refresh: 60  
vid: 149
[1688907.668] (II) NOUVEAU(0): #2: hsize: 1400  vsize 1050  refresh: 60  
vid: 16528
[1688907.668] (II) NOUVEAU(0): #3: hsize: 1280  vsize 1024  refresh: 60  
vid: 32897
[1688907.668] (II) NOUVEAU(0): #4: hsize: 1280  vsize 960  refresh: 60  
vid: 16513
[1688907.668] (II) NOUVEAU(0): #5: hsize: 1280  vsize 720  refresh: 60  
vid: 49281
[1688907.668] (II) NOUVEAU(0): #6: hsize: 1152  vsize 864  refresh: 75  
vid: 20337
[1688907.668] (II) NOUVEAU(0): #7: hsize: 1024  vsize 768  refresh: 66  
vid: 18017
[1688907.668] (II) NOUVEAU(0): Supported detailed timing:
[1688907.668] (II) NOUVEAU(0): clock: 108.0 MHz   Image Size:  443 x 249 mm
[1688907.668] (II) NOUVEAU(0): h_active: 1600  h_sync: 1624  h_sync_end 
1704 h_blank_end 1800 h_border: 0
[1688907.668] (II) NOUVEAU(0): v_active: 900  v_sync: 901  v_sync_end 
904 v_blanking: 1000 v_border: 0
[1688907.668] (II) NOUVEAU(0): Serial No: 136AB3WY01021
[1688907.668] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 24 
H max: 70 kHz, PixClock max 165 MHz
[1688907.668] (II) NOUVEAU(0): Monitor name: HL203DPB
[1688907.668] (II) NOUVEAU(0): EDID (in hex):
[1688907.668] (II) NOUVEAU(0):     00ffffffffffff002264fd6200000000
[1688907.668] (II) NOUVEAU(0):     24150103802c1978ea81f5a357539f27
[1688907.668] (II) NOUVEAU(0):     0a5054bfee80a9c09500904081808140
[1688907.668] (II) NOUVEAU(0):     81c0714f6146302a40c8608464301850
[1688907.668] (II) NOUVEAU(0):     1300bbf91000001e000000ff00313336
[1688907.668] (II) NOUVEAU(0):     41423357593031303231000000fd0038
[1688907.668] (II) NOUVEAU(0):     4b184610000a202020202020000000fc
[1688907.668] (II) NOUVEAU(0):     00484c3230334450420a0a0a0a0a0012
[1688907.668] (II) NOUVEAU(0): EDID vendor "HSD", prod id 25341
[1688907.668] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[1688907.668] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[1688907.668] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[1688907.668] (II) NOUVEAU(0): Modeline "1600x900"x0.0  108.00  1600 
1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 
704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 
768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 
1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 
976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1600x900"x60.0  119.00  1600 
1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 
1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1400x1050"x0.0  101.00  1400 
1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1024x768"x66.0   71.63  1024 
1080 1192 1360  768 769 772 798 -hsync +vsync (52.7 kHz)
[1688907.668] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[1688907.668] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 
1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 
1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 
1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 
1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[1688907.668] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.44  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "1024x768"x66.0   71.64  1024 
1080 1192 1360  768 769 772 798 -hsync +vsync (52.7 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 
976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 
704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 
768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1688907.669] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[1688907.728] (II) NOUVEAU(0): EDID for output TV-1
[1688907.728] (II) NOUVEAU(0): Output DVI-I-1 connected
[1688907.728] (II) NOUVEAU(0): Output TV-1 disconnected
[1688907.728] (II) NOUVEAU(0): Using user preference for initial modes
[1688907.728] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1024x768
[1688907.728] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) 
unless otherwise stated.
[1688907.728] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled 
from 0.0 MHz), 60.1 kHz, 75.1 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 
1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1600x900": 108.0 MHz 
(scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 
1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1400x1050": 121.8 MHz 
(scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 
1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz 
(scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz 
(scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 
1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz 
(scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz 
(scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[1688907.728] (**) NOUVEAU(0):  Mode "1280x720": 74.4 MHz (scaled from 
0.0 MHz), 44.7 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.44  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled 
from 0.0 MHz), 56.5 kHz, 70.1 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[1688907.728] (**) NOUVEAU(0):  Mode "1024x768": 71.6 MHz (scaled from 
0.0 MHz), 52.7 kHz, 66.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1024x768"x66.0   71.64  1024 
1080 1192 1360  768 769 772 798 -hsync +vsync (52.7 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled 
from 0.0 MHz), 48.4 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled 
from 0.0 MHz), 49.7 kHz, 74.6 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled 
from 0.0 MHz), 48.1 kHz, 72.2 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 
976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled 
from 0.0 MHz), 46.9 kHz, 75.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled 
from 0.0 MHz), 37.9 kHz, 60.3 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled 
from 0.0 MHz), 35.2 kHz, 56.2 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled 
from 0.0 MHz), 37.9 kHz, 72.8 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 
704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled 
from 0.0 MHz), 37.5 kHz, 75.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled 
from 0.0 MHz), 35.0 kHz, 66.7 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 
768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled 
from 0.0 MHz), 31.5 kHz, 60.0 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1688907.728] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled 
from 0.0 MHz), 31.5 kHz, 70.1 Hz
[1688907.728] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[1688907.728] (**) NOUVEAU(0): Display dimensions: (440, 250) mm
[1688907.728] (**) NOUVEAU(0): DPI set to (59, 78)
[1688907.728] (II) Loading sub module "fb"
[1688907.728] (II) LoadModule: "fb"
[1688907.728] (II) Loading /usr/lib/xorg/modules/libfb.so
[1688907.729] (II) Module fb: vendor="X.Org Foundation"
[1688907.729]     compiled for 1.11.3, module version = 1.0.0
[1688907.729]     ABI class: X.Org ANSI C Emulation, version 0.4
[1688907.729] (II) Loading sub module "exa"
[1688907.729] (II) LoadModule: "exa"
[1688907.729] (II) Loading /usr/lib/xorg/modules/libexa.so
[1688907.729] (II) Module exa: vendor="X.Org Foundation"
[1688907.729]     compiled for 1.11.3, module version = 2.5.0
[1688907.729]     ABI class: X.Org Video Driver, version 11.0
[1688907.729] (II) Loading sub module "shadowfb"
[1688907.729] (II) LoadModule: "shadowfb"
[1688907.729] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[1688907.729] (II) Module shadowfb: vendor="X.Org Foundation"
[1688907.729]     compiled for 1.11.3, module version = 1.0.0
[1688907.729]     ABI class: X.Org ANSI C Emulation, version 0.4
[1688907.729] (II) UnloadModule: "vesa"
[1688907.729] (II) Unloading vesa
[1688907.729] (II) UnloadModule: "fbdev"
[1688907.729] (II) Unloading fbdev
[1688907.729] (II) UnloadModule: "fbdevhw"
[1688907.729] (II) Unloading fbdevhw
[1688907.729] (--) Depth 24 pixmap format is 32 bpp
[1688907.730] (II) NOUVEAU(0): Opened GPU channel 1
[1688907.731] (II) NOUVEAU(0): [DRI2] Setup complete
[1688907.731] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[1688907.731] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[1688907.731] (II) NOUVEAU(0): GART: 64MiB available
[1688907.742] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[1688907.742] (II) EXA(0): Driver allocated offscreen pixmaps
[1688907.742] (II) EXA(0): Driver registered support for the following 
operations:
[1688907.742] (II)         Solid
[1688907.742] (II)         Copy
[1688907.742] (II)         Composite (RENDER acceleration)
[1688907.742] (II)         UploadToScreen
[1688907.742] (II)         DownloadFromScreen
[1688907.742] (==) NOUVEAU(0): Backing store disabled
[1688907.742] (==) NOUVEAU(0): Silken mouse enabled
[1688907.742] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
[1688907.742] (II) NOUVEAU(0): [XvMC] Extension initialized.
[1688907.742] (**) NOUVEAU(0): DPMS enabled
[1688907.742] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following 
RandR disabled message.
[1688907.743] (--) RandR disabled
[1688907.743] (II) Initializing built-in extension Generic Event Extension
[1688907.743] (II) Initializing built-in extension SHAPE
[1688907.743] (II) Initializing built-in extension MIT-SHM
[1688907.743] (II) Initializing built-in extension XInputExtension
[1688907.743] (II) Initializing built-in extension XTEST
[1688907.743] (II) Initializing built-in extension BIG-REQUESTS
[1688907.743] (II) Initializing built-in extension SYNC
[1688907.743] (II) Initializing built-in extension XKEYBOARD
[1688907.743] (II) Initializing built-in extension XC-MISC
[1688907.743] (II) Initializing built-in extension SECURITY
[1688907.743] (II) Initializing built-in extension XINERAMA
[1688907.743] (II) Initializing built-in extension XFIXES
[1688907.743] (II) Initializing built-in extension RENDER
[1688907.743] (II) Initializing built-in extension RANDR
[1688907.743] (II) Initializing built-in extension COMPOSITE
[1688907.743] (II) Initializing built-in extension DAMAGE
[1688907.769] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[1688907.769] (II) AIGLX: enabled GLX_INTEL_swap_event
[1688907.769] (II) AIGLX: enabled GLX_SGI_swap_control and 
GLX_MESA_swap_control
[1688907.769] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer 
objects
[1688907.770] (II) AIGLX: Loaded and initialized nouveau
[1688907.770] (II) GLX: Initialized DRI2 GL provider for screen 0
[1688907.799] (II) NOUVEAU(0): NVEnterVT is called.
[1688907.859] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
[1688907.859] resize called 1024 768
[1688907.869] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-02D8252E59564A234380F1E5417646A9DB3B7452.xkm
[1688907.870] (II) Using input driver 'evdev' for 'myth-kbd'
[1688907.870] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1688907.871] (**) Option "CoreKeyboard"
[1688907.871] (**) myth-kbd: always reports core events
[1688907.871] (**) evdev: myth-kbd: Device: 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:2.4.4.4:1.0-event-kbd"
[1688907.871] (--) evdev: myth-kbd: Vendor 0x5a4 Product 0x2000
[1688907.871] (--) evdev: myth-kbd: Found keys
[1688907.871] (II) evdev: myth-kbd: Configuring as keyboard
[1688907.871] (II) XINPUT: Adding extended input device "myth-kbd" 
(type: KEYBOARD, id 6)
[1688907.871] (**) Option "xkb_rules" "evdev"
[1688907.871] (**) Option "xkb_model" "105"
[1688907.871] (**) Option "xkb_layout" "us"
[1688907.873] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
[1688907.873] (II) Using input driver 'evdev' for 'myth-mouse'
[1688907.873] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1688907.873] (**) Option "CorePointer"
[1688907.874] (**) myth-mouse: always reports core events
[1688907.874] (**) evdev: myth-mouse: Device: 
"/dev/input/by-path/pci-0000:00:02.1-usb-0:2.4.4.4:1.1-event-mouse"
[1688907.874] (--) evdev: myth-mouse: Vendor 0x5a4 Product 0x2000
[1688907.874] (--) evdev: myth-mouse: Found 9 mouse buttons
[1688907.874] (--) evdev: myth-mouse: Found scroll wheel(s)
[1688907.874] (--) evdev: myth-mouse: Found relative axes
[1688907.874] (--) evdev: myth-mouse: Found x and y relative axes
[1688907.874] (--) evdev: myth-mouse: Found absolute axes
[1688907.874] (II) evdev: myth-mouse: Forcing absolute x/y axes to exist.
[1688907.874] (--) evdev: myth-mouse: Found keys
[1688907.874] (II) evdev: myth-mouse: Configuring as mouse
[1688907.874] (II) evdev: myth-mouse: Configuring as keyboard
[1688907.874] (II) evdev: myth-mouse: Adding scrollwheel support
[1688907.874] (**) Option "Emulate3Buttons" "no"
[1688907.874] (**) evdev: myth-mouse: YAxisMapping: buttons 4 and 5
[1688907.874] (**) evdev: myth-mouse: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[1688907.874] (II) XINPUT: Adding extended input device "myth-mouse" 
(type: KEYBOARD, id 7)
[1688907.874] (**) Option "xkb_rules" "evdev"
[1688907.874] (**) Option "xkb_model" "evdev"
[1688907.874] (**) Option "xkb_layout" "us"
[1688907.876] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
[1688907.876] (II) evdev: myth-mouse: initialized for relative axes.
[1688907.876] (WW) evdev: myth-mouse: ignoring absolute axes.
[1688907.876] (**) myth-mouse: (accel) keeping acceleration scheme 1
[1688907.876] (**) myth-mouse: (accel) acceleration profile 0
[1688907.877] (**) myth-mouse: (accel) acceleration factor: 2.000
[1688907.877] (**) myth-mouse: (accel) acceleration threshold: 4
[1688907.878] (II) config/udev: Adding input device Power Button 
(/dev/input/event1)
[1688907.878] (II) AutoAddDevices is off - not adding device.
[1688907.879] (II) config/udev: Adding input device Power Button 
(/dev/input/event0)
[1688907.879] (II) AutoAddDevices is off - not adding device.
[1688907.879] (II) config/udev: Adding input device Logitech USB 
Receiver (/dev/input/event2)
[1688907.879] (II) AutoAddDevices is off - not adding device.
[1688907.879] (II) config/udev: Adding input device Logitech USB 
Receiver (/dev/input/mouse0)
[1688907.879] (II) AutoAddDevices is off - not adding device.
[1688907.880] (II) config/udev: Adding input device Logitech USB 
Receiver (/dev/input/event3)
[1688907.880] (II) AutoAddDevices is off - not adding device.
[1688907.880] (II) config/udev: Adding input device Logitech Logitech 
USB Keyboard (/dev/input/event4)
[1688907.880] (II) AutoAddDevices is off - not adding device.
[1688907.880] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[1688907.880] (II) AutoAddDevices is off - not adding device.
[1688907.881] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[1688907.881] (II) AutoAddDevices is off - not adding device.
[1688907.881] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[1688907.881] (II) AutoAddDevices is off - not adding device.
[1688907.881] (II) config/udev: Adding input device SSS USB Headphone 
Set (/dev/input/event5)
[1688907.881] (II) AutoAddDevices is off - not adding device.
[1688907.881] (II) config/udev: Adding input device A4Tech RF USB 
Receiver (/dev/input/event6)
[1688907.881] (II) AutoAddDevices is off - not adding device.
[1688907.882] (II) config/udev: Adding input device A4Tech RF USB 
Receiver (/dev/input/event7)
[1688907.882] (II) AutoAddDevices is off - not adding device.
[1688907.882] (II) config/udev: Adding input device A4Tech RF USB 
Receiver (/dev/input/mouse1)
[1688907.882] (II) AutoAddDevices is off - not adding device.
[1688907.882] (II) config/udev: Adding input device CM109 USB driver 
(/dev/input/event8)
[1688907.882] (II) AutoAddDevices is off - not adding device.
[1688909.405] (II) NOUVEAU(0): EDID vendor "HSD", prod id 25341
[1688909.405] (II) NOUVEAU(0): Using hsync ranges from config file
[1688909.405] (II) NOUVEAU(0): Using vrefresh ranges from config file
[1688909.405] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[1688909.405] (II) NOUVEAU(0): Modeline "1600x900"x0.0  108.00  1600 
1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 
704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 
768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 
1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 
976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1600x900"x60.0  119.00  1600 
1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 
1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1400x1050"x0.0  101.00  1400 
1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
[1688909.405] (II) NOUVEAU(0): Modeline "1024x768"x66.0   71.63  1024 
1080 1192 1360  768 769 772 798 -hsync +vsync (52.7 kHz)
[1688909.570] (II) NOUVEAU(0): EDID vendor "HSD", prod id 25341
[1688909.570] (II) NOUVEAU(0): Using hsync ranges from config file
[1688909.570] (II) NOUVEAU(0): Using vrefresh ranges from config file
[1688909.570] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[1688909.570] (II) NOUVEAU(0): Modeline "1600x900"x0.0  108.00  1600 
1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 
704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 
768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 
1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 
976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1600x900"x60.0  119.00  1600 
1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 
1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1400x1050"x0.0  101.00  1400 
1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
[1688909.570] (II) NOUVEAU(0): Modeline "1024x768"x66.0   71.63  1024 
1080 1192 1360  768 769 772 798 -hsync +vsync (52.7 kHz)
[1688911.037] (II) NOUVEAU(0): EDID vendor "HSD", prod id 25341
[1688911.037] (II) NOUVEAU(0): Using hsync ranges from config file
[1688911.037] (II) NOUVEAU(0): Using vrefresh ranges from config file
[1688911.037] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[1688911.037] (II) NOUVEAU(0): Modeline "1600x900"x0.0  108.00  1600 
1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 
704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 
768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 
1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 
976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1600x900"x60.0  119.00  1600 
1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 
1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1400x1050"x0.0  101.00  1400 
1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz)
[1688911.037] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[1688911.038] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[1688911.038] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
[1688911.038] (II) NOUVEAU(0): Modeline "1024x768"x66.0   71.63  1024 
1080 1192 1360  768 769 772 798 -hsync +vsync (52.7 kHz)
[1780122.488] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[1780122.488] (II) AutoAddDevices is off - not adding device.
[1780122.494] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[1780122.494] (II) AutoAddDevices is off - not adding device.
[1780122.496] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[1780122.496] (II) AutoAddDevices is off - not adding device.
[2128595.929] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[2128595.929] (II) AutoAddDevices is off - not adding device.
[2128596.157] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[2128596.157] (II) AutoAddDevices is off - not adding device.
[2128596.158] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[2128596.158] (II) AutoAddDevices is off - not adding device.
[2131021.351] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[2131021.351] (II) AutoAddDevices is off - not adding device.
[2131021.351] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[2131021.351] (II) AutoAddDevices is off - not adding device.
[2131021.405] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[2131021.405] (II) AutoAddDevices is off - not adding device.
[2198629.442] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[2198629.442] (II) AutoAddDevices is off - not adding device.
[2198629.457] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[2198629.457] (II) AutoAddDevices is off - not adding device.
[2198629.465] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[2198629.465] (II) AutoAddDevices is off - not adding device.
[2284824.450] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[2284824.450] (II) AutoAddDevices is off - not adding device.
[2284824.487] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[2284824.487] (II) AutoAddDevices is off - not adding device.
[2284824.489] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[2284824.489] (II) AutoAddDevices is off - not adding device.
[2298392.602] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[2298392.602] (II) AutoAddDevices is off - not adding device.
[2298392.608] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[2298392.608] (II) AutoAddDevices is off - not adding device.
[2298392.614] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[2298392.614] (II) AutoAddDevices is off - not adding device.
[2340711.769] (II) config/udev: Adding input 
device                        (/dev/input/mouse2)
[2340711.769] (II) AutoAddDevices is off - not adding device.
[2340711.770] (II) config/udev: Adding input 
device                        (/dev/input/event10)
[2340711.770] (II) AutoAddDevices is off - not adding device.
[2340711.787] (II) config/udev: Adding input 
device                        (/dev/input/event9)
[2340711.787] (II) AutoAddDevices is off - not adding device.
[2459339.212] (II) evdev: myth-kbd: Close
[2459339.219] (II) UnloadModule: "evdev"
[2459339.219] (II) Unloading evdev
[2459339.219] (II) evdev: myth-mouse: Close
[2459339.219] (II) UnloadModule: "evdev"
[2459339.219] (II) Unloading evdev
[2459339.803] (II) NOUVEAU(0): NVLeaveVT is called.
[2459340.014] (II) NOUVEAU(0): Closed GPU channel 1
[2459340.540]  ddxSigGiveUp: Closing log
[2459340.540] Server terminated successfully (0). Closing log file.


-- 
Help us raise money for my kids' swim team!

http://www.facebook.com/RiverRoadKids4Kids




More information about the xorg mailing list