[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#627568: [xserver-xorg-video-nouveau] Dual head problem: Flicker on 2nd monitor using GeForce 8500 GT



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20110411+8378443-1+b1
Severity: normal

- --- Please enter the report below this line. ---

I use this nVidia graphics card (from "lspci -vnn"):

02:00.0 VGA compatible controller [0300]: nVidia Corporation G86
[GeForce 8500 GT] [10de:0421] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: XFX Pine Group Inc. Device [1682:2305]
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at ea000000 (32-bit, non-prefetchable) [size=16M]
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Memory at e8000000 (64-bit, non-prefetchable) [size=32M]
	I/O ports at b000 [size=128]
	[virtual] Expansion ROM at eb000000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 2
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [128] Power Budgeting <?>
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nouveau

The card has two outputs and I connect 2 monitors.
The 1st monitor runs like a dream - no problem at all :-)

Unfortunately the 2nd has a glitch:
The screen flickers in a most annoying way, every few seconds.

I use this script to configure my set-up:

#! /bin/sh
xrandr --newmode "1280x1024"  159.50  1280 1376 1512 1744  1024 1027
1034 1078 -hsync +vsync
xrandr --addmode DVI-I-1 1280x1024
xrandr --output DVI-I-1 --mode 1280x1024 --left-of VGA-1

I had to add a modeline as the EEID is not detected properly on the 2nd
monitor (DVI-I-1)

This results in the set-up I require, but the monitor blinks every few
seconds.
I have also noticed that the GUI freezes for the fraction of a second
that the monitor blinks, even on the primary monitor i.e. the mouse
movement will halt etc.

Just thought I would let you know!
Thanks,
- -- 
Guy

- --- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.38-2-amd64

Debian Release: wheezy/sid
  500 testing         security.debian.org
  500 testing         ftp.uk.debian.org

- --- Package information. ---
Depends                       (Version) | Installed
=======================================-+-==================
libc6                        (>= 2.2.5) | 2.13-4
libdrm-nouveau1a            (>= 2.4.23) | 2.4.24-2
libudev0                       (>= 146) | 167-3
xorg-video-abi-10                       |
xserver-xorg-core     (>= 2:1.9.99.903) | 2:1.10.1-2


Package's Recommends field is empty.

Package's Suggests field is empty.



- -8<---8<---8<---8<---8<---8<---8<---8<---8<--
Please attach the file:
  /tmp/reportbug-ng-xserver-xorg-video-nouveau-MxzTYM.txt
to the mail. I'd do it myself if the output wasn't too long to handle.

  Thank you!
- ->8--->8--->8--->8--->8--->8--->8--->8--->8--
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3YWq8ACgkQcVtC8LX0UeYRIgCg0LpqMk/EadVvGNKUq0RQOxIv
ZOIAoMxF7g/T3AdUR1K/93bSaFJs1Hkt
=TtyG
-----END PGP SIGNATURE-----
--- Output from package bug script ---
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Aug  9  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1972704 Apr 28 13:26 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
02:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8500 GT] [10de:0421] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 guy guy 1908 May 21 23:17 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

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

Section "Module"
	Load  "dri"
	Load  "glx"
	Load  "record"
	Load  "dbe"
	Load  "dri2"
	Load  "extmod"
EndSection

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

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

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Maxdata (RogenTech) 101725"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option          "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8500 GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.38-2-amd64 (Debian 2.6.38-5) (ben@decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sun May 8 13:51:57 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 22564 Feb  3  2009 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 22565 Mar 27  2009 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 30977 May 21 23:22 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    30.296] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    30.296] X Protocol Version 11, Revision 0
[    30.296] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[    30.296] Current Operating System: Linux r2d2 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64
[    30.296] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-amd64 root=UUID=69ac7f37-2662-4ad8-892c-0ae0f75e52b0 ro quiet
[    30.296] Build Date: 28 April 2011  12:13:00PM
[    30.296] xorg-server 2:1.10.1-2 (Julien Cristau <jcristau@debian.org>) 
[    30.296] Current version of pixman: 0.21.8
[    30.296] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    30.296] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.297] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 21 23:21:47 2011
[    30.409] (==) Using config file: "/etc/X11/xorg.conf"
[    30.409] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    30.452] (==) ServerLayout "Layout0"
[    30.452] (**) |-->Screen "Screen0" (0)
[    30.452] (**) |   |-->Monitor "Monitor0"
[    30.452] (**) |   |-->Device "Device0"
[    30.452] (**) |-->Input Device "Keyboard0"
[    30.452] (**) |-->Input Device "Mouse0"
[    30.452] (==) Automatically adding devices
[    30.452] (==) Automatically enabling devices
[    30.543] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    30.543] 	Entry deleted from font path.
[    30.747] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    30.747] 	Entry deleted from font path.
[    30.747] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[    30.747] (**) ModulePath set to "/usr/lib/xorg/modules"
[    30.747] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    30.747] (WW) Disabling Keyboard0
[    30.747] (WW) Disabling Mouse0
[    30.747] (II) Loader magic: 0x7dba00
[    30.747] (II) Module ABI versions:
[    30.747] 	X.Org ANSI C Emulation: 0.4
[    30.747] 	X.Org Video Driver: 10.0
[    30.747] 	X.Org XInput driver : 12.2
[    30.747] 	X.Org Server Extension : 5.0
[    30.749] (--) PCI: (0:1:6:0) 109e:036e:0070:ff00 rev 2, Mem @ 0xec000000/4096
[    30.749] (--) PCI:*(0:2:0:0) 10de:0421:1682:2305 rev 161, Mem @ 0xea000000/16777216, 0xd0000000/268435456, 0xe8000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072
[    30.749] (II) Open ACPI successful (/var/run/acpid.socket)
[    30.749] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    30.749] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    30.749] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    30.749] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    30.749] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    30.749] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    30.749] (II) LoadModule: "dri"
[    30.853] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    30.878] (II) Module dri: vendor="X.Org Foundation"
[    30.878] 	compiled for 1.10.1, module version = 1.0.0
[    30.878] 	ABI class: X.Org Server Extension, version 5.0
[    30.878] (II) Loading extension XFree86-DRI
[    30.878] (II) LoadModule: "glx"
[    30.889] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    30.937] (II) Module glx: vendor="X.Org Foundation"
[    30.937] 	compiled for 1.10.1, module version = 1.0.0
[    30.937] 	ABI class: X.Org Server Extension, version 5.0
[    30.937] (==) AIGLX enabled
[    30.937] (II) Loading extension GLX
[    30.952] (II) LoadModule: "record"
[    30.952] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    30.970] (II) Module record: vendor="X.Org Foundation"
[    30.970] 	compiled for 1.10.1, module version = 1.13.0
[    30.970] 	Module class: X.Org Server Extension
[    30.970] 	ABI class: X.Org Server Extension, version 5.0
[    30.970] (II) Loading extension RECORD
[    30.970] (II) LoadModule: "dbe"
[    30.971] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    30.982] (II) Module dbe: vendor="X.Org Foundation"
[    30.982] 	compiled for 1.10.1, module version = 1.0.0
[    30.982] 	Module class: X.Org Server Extension
[    30.982] 	ABI class: X.Org Server Extension, version 5.0
[    30.982] (II) Loading extension DOUBLE-BUFFER
[    30.982] (II) LoadModule: "dri2"
[    30.983] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    30.984] (II) Module dri2: vendor="X.Org Foundation"
[    30.984] 	compiled for 1.10.1, module version = 1.2.0
[    30.984] 	ABI class: X.Org Server Extension, version 5.0
[    30.984] (II) Loading extension DRI2
[    30.984] (II) LoadModule: "extmod"
[    30.985] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    31.000] (II) Module extmod: vendor="X.Org Foundation"
[    31.000] 	compiled for 1.10.1, module version = 1.0.0
[    31.000] 	Module class: X.Org Server Extension
[    31.000] 	ABI class: X.Org Server Extension, version 5.0
[    31.000] (II) Loading extension SELinux
[    31.000] (II) Loading extension MIT-SCREEN-SAVER
[    31.000] (II) Loading extension XFree86-VidModeExtension
[    31.000] (II) Loading extension XFree86-DGA
[    31.000] (II) Loading extension DPMS
[    31.000] (II) Loading extension XVideo
[    31.009] (II) Loading extension XVideo-MotionCompensation
[    31.009] (II) Loading extension X-Resource
[    31.009] (II) LoadModule: "nouveau"
[    31.009] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    31.102] (II) Module nouveau: vendor="X.Org Foundation"
[    31.102] 	compiled for 1.10.1, module version = 0.0.16
[    31.102] 	Module class: X.Org Video Driver
[    31.102] 	ABI class: X.Org Video Driver, version 10.0
[    31.103] (II) NOUVEAU driver Date:   Thu Mar 24 02:13:12 2011 +1000
[    31.103] (II) NOUVEAU driver for NVIDIA chipset families :
[    31.103] 	RIVA TNT        (NV04)
[    31.103] 	RIVA TNT2       (NV05)
[    31.103] 	GeForce 256     (NV10)
[    31.103] 	GeForce 2       (NV11, NV15)
[    31.103] 	GeForce 4MX     (NV17, NV18)
[    31.103] 	GeForce 3       (NV20)
[    31.103] 	GeForce 4Ti     (NV25, NV28)
[    31.103] 	GeForce FX      (NV3x)
[    31.103] 	GeForce 6       (NV4x)
[    31.103] 	GeForce 7       (G7x)
[    31.103] 	GeForce 8       (G8x)
[    31.103] 	GeForce GTX 200 (NVA0)
[    31.103] 	GeForce GTX 400 (NVC0)
[    31.103] (++) using VT number 7

[    31.105] drmOpenDevice: node name is /dev/dri/card0
[    31.105] drmOpenDevice: open result is 8, (OK)
[    31.105] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[    31.105] drmOpenDevice: node name is /dev/dri/card0
[    31.105] drmOpenDevice: open result is 8, (OK)
[    31.105] drmOpenByBusid: drmOpenMinor returns 8
[    31.105] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[    31.105] (II) [drm] nouveau interface version: 0.0.16
[    31.105] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    31.105] (II) Loading sub module "dri"
[    31.105] (II) LoadModule: "dri"
[    31.106] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    31.106] (II) Module dri: vendor="X.Org Foundation"
[    31.106] 	compiled for 1.10.1, module version = 1.0.0
[    31.106] 	ABI class: X.Org Server Extension, version 5.0
[    31.106] (II) NOUVEAU(0): Loaded DRI module
[    31.106] drmOpenDevice: node name is /dev/dri/card0
[    31.106] drmOpenDevice: open result is 9, (OK)
[    31.106] drmOpenDevice: node name is /dev/dri/card0
[    31.106] drmOpenDevice: open result is 9, (OK)
[    31.106] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[    31.106] drmOpenDevice: node name is /dev/dri/card0
[    31.106] drmOpenDevice: open result is 9, (OK)
[    31.106] drmOpenByBusid: drmOpenMinor returns 9
[    31.106] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[    31.106] (II) [drm] DRM interface version 1.4
[    31.107] (II) [drm] DRM open master succeeded.
[    31.107] (--) NOUVEAU(0): Chipset: "NVIDIA NV86"
[    31.107] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    31.107] (==) NOUVEAU(0): RGB weight 888
[    31.107] (==) NOUVEAU(0): Default visual is TrueColor
[    31.107] (==) NOUVEAU(0): Using HW cursor
[    31.107] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    31.107] (==) NOUVEAU(0): Page flipping disabled: no kernel support
[    31.236] (II) NOUVEAU(0): Output VGA-1 using monitor section Monitor0
[    31.297] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[    31.402] (II) NOUVEAU(0): EDID for output VGA-1
[    31.402] (II) NOUVEAU(0): Manufacturer: MAX  Model: 6c9  Serial#: 401426
[    31.402] (II) NOUVEAU(0): Year: 2005  Week: 32
[    31.402] (II) NOUVEAU(0): EDID Version: 1.3
[    31.402] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    31.402] (II) NOUVEAU(0): Sync:  Separate
[    31.402] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    31.402] (II) NOUVEAU(0): Gamma: 2.50
[    31.402] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    31.402] (II) NOUVEAU(0): First detailed timing is preferred mode
[    31.402] (II) NOUVEAU(0): redX: 0.640 redY: 0.340   greenX: 0.289 greenY: 0.609
[    31.402] (II) NOUVEAU(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.329
[    31.402] (II) NOUVEAU(0): Supported established timings:
[    31.402] (II) NOUVEAU(0): 720x400@70Hz
[    31.402] (II) NOUVEAU(0): 640x480@60Hz
[    31.402] (II) NOUVEAU(0): 640x480@67Hz
[    31.402] (II) NOUVEAU(0): 640x480@72Hz
[    31.402] (II) NOUVEAU(0): 640x480@75Hz
[    31.402] (II) NOUVEAU(0): 800x600@56Hz
[    31.402] (II) NOUVEAU(0): 800x600@60Hz
[    31.402] (II) NOUVEAU(0): 800x600@72Hz
[    31.402] (II) NOUVEAU(0): 800x600@75Hz
[    31.402] (II) NOUVEAU(0): 832x624@75Hz
[    31.402] (II) NOUVEAU(0): 1024x768@60Hz
[    31.402] (II) NOUVEAU(0): 1024x768@70Hz
[    31.402] (II) NOUVEAU(0): 1024x768@75Hz
[    31.402] (II) NOUVEAU(0): 1280x1024@75Hz
[    31.402] (II) NOUVEAU(0): Manufacturer's mask: 0
[    31.402] (II) NOUVEAU(0): Supported standard timings:
[    31.402] (II) NOUVEAU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    31.402] (II) NOUVEAU(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    31.402] (II) NOUVEAU(0): Supported detailed timing:
[    31.402] (II) NOUVEAU(0): clock: 108.0 MHz   Image Size:  337 x 270 mm
[    31.402] (II) NOUVEAU(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    31.402] (II) NOUVEAU(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    31.402] (II) NOUVEAU(0): Serial No: 532AA02401426
[    31.402] (II) NOUVEAU(0): Monitor name: 101725
[    31.402] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 145 MHz
[    31.402] (II) NOUVEAU(0): EDID (in hex):
[    31.402] (II) NOUVEAU(0): 	00ffffffffffff003438c90612200600
[    31.402] (II) NOUVEAU(0): 	200f010308221b96eac0f5a3574a9c23
[    31.402] (II) NOUVEAU(0): 	114f54bfef000101010101018180714f
[    31.402] (II) NOUVEAU(0): 	010101010101302a009851002a403070
[    31.402] (II) NOUVEAU(0): 	1300510e1100001e000000ff00353332
[    31.402] (II) NOUVEAU(0): 	41413032343031343236000000fc0031
[    31.402] (II) NOUVEAU(0): 	30313732350a202020202020000000fd
[    31.402] (II) NOUVEAU(0): 	00384b1f530e000a2020202020200058
[    31.402] (II) NOUVEAU(0): EDID vendor "MAX", prod id 1737
[    31.402] (II) NOUVEAU(0): Using hsync ranges from config file
[    31.402] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    31.402] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    31.402] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    31.402] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[    31.402] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    31.402] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    31.463] (II) NOUVEAU(0): EDID for output DVI-I-1
[    31.463] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[    31.463] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    31.463] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    31.463] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    31.463] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[    31.463] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[    31.463] (II) NOUVEAU(0): Output VGA-1 connected
[    31.463] (II) NOUVEAU(0): Output DVI-I-1 connected
[    31.463] (II) NOUVEAU(0): Using user preference for initial modes
[    31.463] (II) NOUVEAU(0): Output VGA-1 using initial mode 1280x1024
[    31.463] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1024x768
[    31.463] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    31.463] (--) NOUVEAU(0): Virtual size is 1280x1024 (pitch 0)
[    31.463] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    31.463] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    31.463] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    31.463] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    31.463] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    31.463] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    31.463] (**) NOUVEAU(0):  Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
[    31.463] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[    31.463] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    31.463] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[    31.463] (**) NOUVEAU(0): Display dimensions: (340, 270) mm
[    31.463] (**) NOUVEAU(0): DPI set to (95, 96)
[    31.463] (II) Loading sub module "fb"
[    31.463] (II) LoadModule: "fb"
[    31.466] (II) Loading /usr/lib/xorg/modules/libfb.so
[    31.644] (II) Module fb: vendor="X.Org Foundation"
[    31.644] 	compiled for 1.10.1, module version = 1.0.0
[    31.644] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    31.644] (II) Loading sub module "exa"
[    31.644] (II) LoadModule: "exa"
[    31.645] (II) Loading /usr/lib/xorg/modules/libexa.so
[    31.671] (II) Module exa: vendor="X.Org Foundation"
[    31.671] 	compiled for 1.10.1, module version = 2.5.0
[    31.671] 	ABI class: X.Org Video Driver, version 10.0
[    31.671] (II) Loading sub module "shadowfb"
[    31.671] (II) LoadModule: "shadowfb"
[    31.672] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    31.681] (II) Module shadowfb: vendor="X.Org Foundation"
[    31.681] 	compiled for 1.10.1, module version = 1.0.0
[    31.681] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    31.681] (--) Depth 24 pixmap format is 32 bpp
[    31.684] (II) NOUVEAU(0): Opened GPU channel 2
[    31.684] (II) NOUVEAU(0): [DRI2] Setup complete
[    31.684] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    31.685] (II) NOUVEAU(0): GART: 512MiB available
[    31.687] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[    31.719] (II) EXA(0): Driver allocated offscreen pixmaps
[    31.719] (II) EXA(0): Driver registered support for the following operations:
[    31.719] (II)         Solid
[    31.719] (II)         Copy
[    31.719] (II)         Composite (RENDER acceleration)
[    31.719] (II)         UploadToScreen
[    31.719] (II)         DownloadFromScreen
[    31.719] (==) NOUVEAU(0): Backing store disabled
[    31.719] (==) NOUVEAU(0): Silken mouse enabled
[    31.720] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    31.720] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    31.720] (**) NOUVEAU(0): DPMS enabled
[    31.720] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    31.720] (--) RandR disabled
[    31.720] (II) Initializing built-in extension Generic Event Extension
[    31.720] (II) Initializing built-in extension SHAPE
[    31.720] (II) Initializing built-in extension MIT-SHM
[    31.720] (II) Initializing built-in extension XInputExtension
[    31.720] (II) Initializing built-in extension XTEST
[    31.720] (II) Initializing built-in extension BIG-REQUESTS
[    31.720] (II) Initializing built-in extension SYNC
[    31.720] (II) Initializing built-in extension XKEYBOARD
[    31.720] (II) Initializing built-in extension XC-MISC
[    31.720] (II) Initializing built-in extension SECURITY
[    31.720] (II) Initializing built-in extension XINERAMA
[    31.720] (II) Initializing built-in extension XFIXES
[    31.720] (II) Initializing built-in extension RENDER
[    31.720] (II) Initializing built-in extension RANDR
[    31.720] (II) Initializing built-in extension COMPOSITE
[    31.720] (II) Initializing built-in extension DAMAGE
[    31.722] (II) SELinux: Disabled on system
[    31.759] (II) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed (/usr/lib/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
[    31.760] (II) AIGLX: reverting to software rendering
[    31.760] (II) AIGLX: Screen 0 is not DRI capable
[    31.944] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
[    31.944] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    31.946] (II) NOUVEAU(0): NVEnterVT is called.
[    31.946] (II) NOUVEAU(0): Setting screen physical size to 338 x 270
[    31.946] resize called 1280 1024
[    32.919] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    32.920] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    32.920] (II) LoadModule: "evdev"
[    32.934] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    32.946] (II) Module evdev: vendor="X.Org Foundation"
[    32.946] 	compiled for 1.10.1, module version = 2.6.0
[    32.946] 	Module class: X.Org XInput Driver
[    32.946] 	ABI class: X.Org XInput driver, version 12.2
[    32.946] (II) Using input driver 'evdev' for 'Power Button'
[    32.947] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    32.947] (**) Power Button: always reports core events
[    32.947] (**) Power Button: Device: "/dev/input/event2"
[    32.960] (--) Power Button: Found keys
[    32.960] (II) Power Button: Configuring as keyboard
[    32.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    32.960] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    32.960] (**) Option "xkb_rules" "evdev"
[    32.960] (**) Option "xkb_model" "pc105"
[    32.960] (**) Option "xkb_layout" "gb"
[    33.044] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    33.044] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    33.044] (II) Using input driver 'evdev' for 'Power Button'
[    33.044] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.044] (**) Power Button: always reports core events
[    33.044] (**) Power Button: Device: "/dev/input/event1"
[    33.056] (--) Power Button: Found keys
[    33.056] (II) Power Button: Configuring as keyboard
[    33.056] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[    33.056] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    33.056] (**) Option "xkb_rules" "evdev"
[    33.056] (**) Option "xkb_model" "pc105"
[    33.056] (**) Option "xkb_layout" "gb"
[    33.062] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event3)
[    33.063] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[    33.063] (II) Using input driver 'evdev' for 'Logitech Optical USB Mouse'
[    33.063] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.063] (**) Logitech Optical USB Mouse: always reports core events
[    33.063] (**) Logitech Optical USB Mouse: Device: "/dev/input/event3"
[    33.072] (--) Logitech Optical USB Mouse: Found 3 mouse buttons
[    33.072] (--) Logitech Optical USB Mouse: Found scroll wheel(s)
[    33.072] (--) Logitech Optical USB Mouse: Found relative axes
[    33.072] (--) Logitech Optical USB Mouse: Found x and y relative axes
[    33.072] (II) Logitech Optical USB Mouse: Configuring as mouse
[    33.072] (II) Logitech Optical USB Mouse: Adding scrollwheel support
[    33.072] (**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[    33.072] (**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    33.072] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/input/input3/event3"
[    33.072] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
[    33.072] (II) Logitech Optical USB Mouse: initialized for relative axes.
[    33.072] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[    33.072] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[    33.072] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[    33.072] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[    33.073] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse0)
[    33.073] (II) No input driver/identifier specified (ignoring)
[    33.074] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event4)
[    33.074] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
[    33.075] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
[    33.075] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.075] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
[    33.075] (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event4"
[    33.088] (--) Microsoft Comfort Curve Keyboard 2000: Found keys
[    33.088] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
[    33.088] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.2/1-3.4.2:1.0/input/input4/event4"
[    33.088] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
[    33.088] (**) Option "xkb_rules" "evdev"
[    33.088] (**) Option "xkb_model" "pc105"
[    33.088] (**) Option "xkb_layout" "gb"
[    33.089] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event5)
[    33.089] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
[    33.089] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
[    33.089] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.090] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
[    33.090] (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event5"
[    33.104] (--) Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
[    33.104] (--) Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s)
[    33.104] (--) Microsoft Comfort Curve Keyboard 2000: Found relative axes
[    33.104] (--) Microsoft Comfort Curve Keyboard 2000: Found absolute axes
[    33.104] (--) Microsoft Comfort Curve Keyboard 2000: Found keys
[    33.104] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as mouse
[    33.104] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
[    33.104] (II) Microsoft Comfort Curve Keyboard 2000: Adding scrollwheel support
[    33.104] (**) Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
[    33.104] (**) Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    33.104] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.2/1-3.4.2:1.1/input/input5/event5"
[    33.104] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
[    33.104] (**) Option "xkb_rules" "evdev"
[    33.104] (**) Option "xkb_model" "pc105"
[    33.104] (**) Option "xkb_layout" "gb"
[    33.104] (EE) Microsoft Comfort Curve Keyboard 2000: failed to initialize for relative axes.
[    33.104] (II) Microsoft Comfort Curve Keyboard 2000: initialized for absolute axes.
[    33.105] (**) Microsoft Comfort Curve Keyboard 2000: (accel) keeping acceleration scheme 1
[    33.105] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration profile 0
[    33.105] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration factor: 2.000
[    33.105] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration threshold: 4
[    33.121] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[    33.121] (II) No input driver/identifier specified (ignoring)
[    39.367] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event6)
[    39.367] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    39.367] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    39.367] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.367] (**) ACPI Virtual Keyboard Device: always reports core events
[    39.367] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event6"
[    39.376] (--) ACPI Virtual Keyboard Device: Found keys
[    39.376] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[    39.376] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[    39.376] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[    39.376] (**) Option "xkb_rules" "evdev"
[    39.376] (**) Option "xkb_model" "pc105"
[    39.376] (**) Option "xkb_layout" "gb"
[    66.668] resize called 2304 1024
[    67.065] resize called 2560 1024

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/input/input3/event3
N: input/event3
S: input/by-id/usb-Logitech_Optical_USB_Mouse-event-mouse
S: input/by-path/pci-0000:00:02.1-usb-0:3.4.1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Optical_USB_Mouse
E: ID_MODEL_ENC=Optical\x20USB\x20Mouse
E: ID_MODEL_ID=c016
E: ID_REVISION=0340
E: ID_SERIAL=Logitech_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.1-usb-0:3.4.1:1.0
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Optical_USB_Mouse-event-mouse /dev/input/by-path/pci-0000:00:02.1-usb-0:3.4.1:1.0-event-mouse

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/input/input3/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_Optical_USB_Mouse-mouse
S: input/by-path/pci-0000:00:02.1-usb-0:3.4.1:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/input/input3/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Optical_USB_Mouse
E: ID_MODEL_ENC=Optical\x20USB\x20Mouse
E: ID_MODEL_ID=c016
E: ID_REVISION=0340
E: ID_SERIAL=Logitech_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.1-usb-0:3.4.1:1.0
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Optical_USB_Mouse-mouse /dev/input/by-path/pci-0000:00:02.1-usb-0:3.4.1:1.0-mouse

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.2/1-3.4.2:1.0/input/input4/event4
N: input/event4
S: input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-event-kbd
S: input/by-path/pci-0000:00:02.1-usb-0:3.4.2:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.2/1-3.4.2:1.0/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Comfort_Curve_Keyboard_2000
E: ID_MODEL_ENC=Comfort\x20Curve\x20Keyboard\x202000
E: ID_MODEL_ID=00dd
E: ID_REVISION=0173
E: ID_SERIAL=Microsoft_Comfort_Curve_Keyboard_2000
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.1-usb-0:3.4.2:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DEVLINKS=/dev/input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-event-kbd /dev/input/by-path/pci-0000:00:02.1-usb-0:3.4.2:1.0-event-kbd

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.2/1-3.4.2:1.1/input/input5/event5
N: input/event5
S: input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-event-kbd
S: input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-if01-event-kbd
S: input/by-path/pci-0000:00:02.1-usb-0:3.4.2:1.1-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4.2/1-3.4.2:1.1/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Comfort_Curve_Keyboard_2000
E: ID_MODEL_ENC=Comfort\x20Curve\x20Keyboard\x202000
E: ID_MODEL_ID=00dd
E: ID_REVISION=0173
E: ID_SERIAL=Microsoft_Comfort_Curve_Keyboard_2000
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.1-usb-0:3.4.2:1.1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DEVLINKS=/dev/input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-event-kbd /dev/input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-if01-event-kbd /dev/input/by-path/pci-0000:00:02.1-usb-0:3.4.2:1.1-event-kbd

P: /devices/platform/pcspkr/input/input0/event0
N: input/event0
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input6/event6
N: input/event6
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.454382] PCI-DMA: Disabling AGP.
[    0.454473] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.564575] Linux agpgart interface v0.103
[    5.031436] [drm] Initialized drm 1.1.0 20060810
[    5.166978] [drm] nouveau 0000:02:00.0: Detected an NV50 generation card (0x086100a2)
[    5.170435] [drm] nouveau 0000:02:00.0: Attempting to load BIOS image from PRAMIN
[    5.221326] [drm] nouveau 0000:02:00.0: ... appears to be valid
[    5.221328] [drm] nouveau 0000:02:00.0: BIT BIOS found
[    5.221331] [drm] nouveau 0000:02:00.0: Bios version 60.86.34.00
[    5.221334] [drm] nouveau 0000:02:00.0: TMDS table version 2.0
[    5.221336] [drm] nouveau 0000:02:00.0: BIT table 'd' not found
[    5.221338] [drm] nouveau 0000:02:00.0: Found Display Configuration Block version 4.0
[    5.221341] [drm] nouveau 0000:02:00.0: Raw DCB entry 0: 02000300 00000028
[    5.221343] [drm] nouveau 0000:02:00.0: Raw DCB entry 1: 04011310 00000030
[    5.221345] [drm] nouveau 0000:02:00.0: Raw DCB entry 2: 02011312 00000030
[    5.221347] [drm] nouveau 0000:02:00.0: Raw DCB entry 3: 010223f1 00c0c080
[    5.221350] [drm] nouveau 0000:02:00.0: DCB connector table: VHER 0x40 5 14 2
[    5.221353] [drm] nouveau 0000:02:00.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
[    5.221355] [drm] nouveau 0000:02:00.0:   1: 0x00002130: type 0x30 idx 1 tag 0x08
[    5.221358] [drm] nouveau 0000:02:00.0:   2: 0x00000210: type 0x10 idx 2 tag 0xff
[    5.221360] [drm] nouveau 0000:02:00.0:   3: 0x00000211: type 0x11 idx 3 tag 0xff
[    5.221362] [drm] nouveau 0000:02:00.0:   4: 0x00000213: type 0x13 idx 4 tag 0xff
[    5.221366] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 0 at offset 0xBC41
[    5.264163] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 1 at offset 0xBF5C
[    5.300016] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 2 at offset 0xCB9E
[    5.300025] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 3 at offset 0xCC90
[    5.308081] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 4 at offset 0xCE73
[    5.308083] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table at offset 0xCED8
[    5.332019] [drm] nouveau 0000:02:00.0: 0xCED8: Condition still not met after 20ms, skipping following opcodes
[    5.350590] [drm] nouveau 0000:02:00.0: 1 available performance level(s)
[    5.350594] [drm] nouveau 0000:02:00.0: 0: memory 400MHz core 450MHz shader 918MHz fanspeed 100%
[    5.350610] [drm] nouveau 0000:02:00.0: c: memory 399MHz core 450MHz shader 918MHz voltage 1320mV
[    5.350691] [drm] nouveau 0000:02:00.0: Detected 256MiB VRAM
[    5.355661] [drm] nouveau 0000:02:00.0: 512 MiB GART (aperture)
[    5.363882] [drm] nouveau 0000:02:00.0: DCB encoder 1 unknown
[    5.363884] [drm] nouveau 0000:02:00.0: TV-1 has no encoders, removing
[    5.364175] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    5.364177] [drm] No driver support for vblank timestamp query.
[    5.524874] [drm] nouveau 0000:02:00.0: allocated 1280x1024 fb: 0x60000000, bo ffff88012abe2000
[    5.525034] [drm] nouveau 0000:02:00.0: No native mode, forcing panel scaling
[    5.525891] drm: registered panic notifier
[    5.525897] [drm] Initialized nouveau 0.0.16 20090420 for 0000:02:00.0 on minor 0
[   15.724438] [drm] nouveau 0000:02:00.0: No native mode, forcing panel scaling
[   25.862904] [drm] nouveau 0000:02:00.0: No native mode, forcing panel scaling
[   67.074718] [drm] nouveau 0000:02:00.0: No native mode, forcing panel scaling


Reply to: