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

Bug#630959: xserver-xorg-video-nouveau: external output fails to work with displayport cable



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

On my macbook, with
# lspci -vvvvv -s 02:00.0 -nnxx
02:00.0 VGA compatible controller [0300]: nVidia Corporation C79 [GeForce 9400M] [10de:0863] (rev b1) (prog-if 00 [VGA controller])
	Subsystem: Apple Computer Inc. Device [106b:00aa]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at 92000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at 80000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at 90000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 1000 [size=128]
	Expansion ROM at 93000000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Kernel driver in use: nouveau
00: de 10 63 08 07 00 10 00 b1 00 00 03 40 00 00 00
10: 00 00 00 92 0c 00 00 80 00 00 00 00 0c 00 00 90
20: 00 00 00 00 01 10 00 00 00 00 00 00 6b 10 aa 00
30: 00 00 00 93 60 00 00 00 00 00 00 00 0b 01 00 00


the external port doesn't work when I use a displayport cable
with mini-dp to dp (which my external screen supports).
However, it works fine with the Apple-supplied mini-DP -- DVI
adapter (screen also supports DVI input). To rule out a bad
cable I tried OSX, and it works fine there.

Also, the laptop is recognising the screen and I can enable it,
but the screen is not recognising the laptop and stays in
powersave mode. It looks like the DP transmitter, if there's
such a thing, is not turned on.

This happens on 2.6.37 as well as 3.0-rc.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Dec 19  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1956640 May 30 12:25 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
02:00.0 VGA compatible controller [0300]: nVidia Corporation C79 [GeForce 9400M] [10de:0863] (rev b1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 4293 Mar  5 17:11 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"false"
EndSection

Section "InputDevice"
	Identifier	"Touchpad"
	Driver		"synaptics"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"auto-dev"
	Option		"CorePointer"

        # exclusive grabbing of device
        Option		"GrabEventDevice"	"1"

        # simulate right button
        Option		"MultiFingerButton"	"2"

        # not using edge scrolling
        Option          "HorizEdgeScroll"       "0"
        Option          "VertEdgeScroll"        "0"

        # use two finger scrolling
        Option          "VertTwoFingerScroll"   "1"
        Option          "HorizTwoFingerScroll"  "1" 

        # set to 0 if you don't want horizontal scrolling
        # scroll speed, lower is faster
        Option          "HorizScrollDelta"      "0"
        Option          "VertScrollDelta"       "40"

        # minimum pressure motion factor
        Option          "PressureMotionMinZ"    "10"

        # touch and untouch thresholds, higher numbers
        # if you like to push hard, change to 30 or 40
        Option          "FingerLow"             "30"
        Option          "FingerHigh"            "80"
        Option          "FingerPress"           "256"

        # palm detect
        Option          "PalmDetect"             "1"
        Option          "PalmMinWidth"           "10"
        Option          "PalmMinZ"               "200"  

        # borders based on output from synclient
        # controls the edge scrolling
        # turned off by specifing the exact size /henrik
        Option          "LeftEdge"              "0"
        Option          "RightEdge"             "1280"
        Option          "TopEdge"               "0"
        Option          "BottomEdge"            "800"

        # speeds, smaller number for a slower mouse
        Option          "MinSpeed"              "0.8"
        # 0.5 is very slow, 1.5 is very fast
        Option          "MaxSpeed"              "1.2"
        # up to 1.5 works ok
        Option          "AccelFactor"           "0.10"

        # tap times, change to suit your tapping habits
        Option          "MaxTapMove"            "20"
        Option          "MaxTapTime"            "100"
        Option          "MaxDoubleTapTime"      "200"
        
        Option          "TapButton1"		"1"
        Option          "TapButton2"		"2"
        Option          "TapButton3"		"3"

        # not using corner buttons
        Option          "RTCornerButton"         "0"
        Option          "RBCornerButton"         "0"
        Option          "LTCornerButton"         "0"
        Option          "LBCornerButton"         "0"  

        # needed for disabled while typing fix  
        Option          "SHMConfig"              "true"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nouveau"
#	Driver		"vesa"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	HorizSync 	42-50
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Subsection "Display"
		Depth	24
		Modes	"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Touchpad"
	InputDevice	"Configured Mouse"
EndSection

Section "ServerFlags"
	Option		"DontZap"	"true"
EndSection

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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.37-wl-64811-gf2c01c5-dirty (johannes@jlt3.sipsolutions.net) (gcc version 4.4.5 (Debian 4.4.5-10) ) #197 SMP PREEMPT Sun Jan 9 13:36:25 CET 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 43634 Jun 19 09:35 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    14.407] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[    14.407] X Protocol Version 11, Revision 0
[    14.407] Build Operating System: Linux 2.6.39-1-amd64 x86_64 Debian
[    14.408] Current Operating System: Linux jlt3.sipsolutions.net 2.6.37-wl-64811-gf2c01c5-dirty #197 SMP PREEMPT Sun Jan 9 13:36:25 CET 2011 x86_64
[    14.408] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-wl-64811-gf2c01c5-dirty root=UUID=c4c96801-db1f-44df-acb4-3d600be51419 ro quiet no_console_suspend reboot=pci
[    14.409] Build Date: 30 May 2011  10:23:14AM
[    14.411] xorg-server 2:1.10.2-1 (Cyril Brulebois <kibi@debian.org>) 
[    14.411] Current version of pixman: 0.21.8
[    14.411] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.412] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.413] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 19 09:28:51 2011
[    14.417] (==) Using config file: "/etc/X11/xorg.conf"
[    14.417] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.420] (==) ServerLayout "Default Layout"
[    14.420] (**) |-->Screen "Default Screen" (0)
[    14.421] (**) |   |-->Monitor "Configured Monitor"
[    14.421] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[    14.421] (**) |   |-->Device "Configured Video Device"
[    14.421] (**) |-->Input Device "Generic Keyboard"
[    14.422] (**) |-->Input Device "Touchpad"
[    14.422] (**) |-->Input Device "Configured Mouse"
[    14.422] (**) Option "DontZap" "true"
[    14.423] (==) Automatically adding devices
[    14.423] (==) Automatically enabling devices
[    14.429] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    14.429] 	Entry deleted from font path.
[    14.435] (==) 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
[    14.435] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.435] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.435] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    14.435] (WW) Disabling Generic Keyboard
[    14.435] (WW) Disabling Configured Mouse
[    14.435] (II) Loader magic: 0x7d7b00
[    14.435] (II) Module ABI versions:
[    14.435] 	X.Org ANSI C Emulation: 0.4
[    14.436] 	X.Org Video Driver: 10.0
[    14.436] 	X.Org XInput driver : 12.2
[    14.436] 	X.Org Server Extension : 5.0
[    14.445] (--) PCI:*(0:2:0:0) 10de:0863:106b:00aa rev 177, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[    14.449] (II) Open ACPI successful (/var/run/acpid.socket)
[    14.449] (II) LoadModule: "extmod"
[    14.456] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    14.462] (II) Module extmod: vendor="X.Org Foundation"
[    14.462] 	compiled for 1.10.2, module version = 1.0.0
[    14.462] 	Module class: X.Org Server Extension
[    14.462] 	ABI class: X.Org Server Extension, version 5.0
[    14.462] (II) Loading extension SELinux
[    14.462] (II) Loading extension MIT-SCREEN-SAVER
[    14.462] (II) Loading extension XFree86-VidModeExtension
[    14.463] (II) Loading extension XFree86-DGA
[    14.463] (II) Loading extension DPMS
[    14.463] (II) Loading extension XVideo
[    14.463] (II) Loading extension XVideo-MotionCompensation
[    14.463] (II) Loading extension X-Resource
[    14.463] (II) LoadModule: "dbe"
[    14.468] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    14.471] (II) Module dbe: vendor="X.Org Foundation"
[    14.471] 	compiled for 1.10.2, module version = 1.0.0
[    14.471] 	Module class: X.Org Server Extension
[    14.471] 	ABI class: X.Org Server Extension, version 5.0
[    14.472] (II) Loading extension DOUBLE-BUFFER
[    14.472] (II) LoadModule: "glx"
[    14.473] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.477] (II) Module glx: vendor="X.Org Foundation"
[    14.477] 	compiled for 1.10.2, module version = 1.0.0
[    14.477] 	ABI class: X.Org Server Extension, version 5.0
[    14.477] (==) AIGLX enabled
[    14.477] (II) Loading extension GLX
[    14.477] (II) LoadModule: "record"
[    14.478] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    14.480] (II) Module record: vendor="X.Org Foundation"
[    14.480] 	compiled for 1.10.2, module version = 1.13.0
[    14.480] 	Module class: X.Org Server Extension
[    14.480] 	ABI class: X.Org Server Extension, version 5.0
[    14.480] (II) Loading extension RECORD
[    14.480] (II) LoadModule: "dri"
[    14.482] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    14.484] (II) Module dri: vendor="X.Org Foundation"
[    14.485] 	compiled for 1.10.2, module version = 1.0.0
[    14.485] 	ABI class: X.Org Server Extension, version 5.0
[    14.485] (II) Loading extension XFree86-DRI
[    14.485] (II) LoadModule: "dri2"
[    14.486] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    14.487] (II) Module dri2: vendor="X.Org Foundation"
[    14.487] 	compiled for 1.10.2, module version = 1.2.0
[    14.487] 	ABI class: X.Org Server Extension, version 5.0
[    14.487] (II) Loading extension DRI2
[    14.487] (II) LoadModule: "nouveau"
[    14.493] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    14.497] (II) Module nouveau: vendor="X.Org Foundation"
[    14.498] 	compiled for 1.10.1, module version = 0.0.16
[    14.498] 	Module class: X.Org Video Driver
[    14.498] 	ABI class: X.Org Video Driver, version 10.0
[    14.498] (II) LoadModule: "synaptics"
[    14.499] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    14.500] (II) Module synaptics: vendor="X.Org Foundation"
[    14.500] 	compiled for 1.10.1, module version = 1.4.0
[    14.500] 	Module class: X.Org XInput Driver
[    14.500] 	ABI class: X.Org XInput driver, version 12.2
[    14.500] (II) NOUVEAU driver Date:   Thu Mar 24 02:13:12 2011 +1000
[    14.500] (II) NOUVEAU driver for NVIDIA chipset families :
[    14.500] 	RIVA TNT        (NV04)
[    14.501] 	RIVA TNT2       (NV05)
[    14.501] 	GeForce 256     (NV10)
[    14.502] 	GeForce 2       (NV11, NV15)
[    14.502] 	GeForce 4MX     (NV17, NV18)
[    14.502] 	GeForce 3       (NV20)
[    14.503] 	GeForce 4Ti     (NV25, NV28)
[    14.503] 	GeForce FX      (NV3x)
[    14.503] 	GeForce 6       (NV4x)
[    14.504] 	GeForce 7       (G7x)
[    14.504] 	GeForce 8       (G8x)
[    14.504] 	GeForce GTX 200 (NVA0)
[    14.505] 	GeForce GTX 400 (NVC0)
[    14.505] (++) using VT number 7

[    14.515] drmOpenDevice: node name is /dev/dri/card0
[    16.726] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[    16.726] drmOpenDevice: node name is /dev/dri/card0
[    16.726] drmOpenDevice: open result is 8, (OK)
[    16.726] drmOpenByBusid: drmOpenMinor returns 8
[    16.726] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[    16.727] (II) [drm] nouveau interface version: 0.0.16
[    16.727] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    16.727] (II) Loading sub module "dri"
[    16.727] (II) LoadModule: "dri"
[    16.728] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    16.728] (II) Module dri: vendor="X.Org Foundation"
[    16.728] 	compiled for 1.10.2, module version = 1.0.0
[    16.728] 	ABI class: X.Org Server Extension, version 5.0
[    16.729] (II) NOUVEAU(0): Loaded DRI module
[    16.729] drmOpenDevice: node name is /dev/dri/card0
[    16.729] drmOpenDevice: open result is 9, (OK)
[    16.729] drmOpenDevice: node name is /dev/dri/card0
[    16.729] drmOpenDevice: open result is 9, (OK)
[    16.729] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[    16.729] drmOpenDevice: node name is /dev/dri/card0
[    16.729] drmOpenDevice: open result is 9, (OK)
[    16.729] drmOpenByBusid: drmOpenMinor returns 9
[    16.729] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[    16.729] (II) [drm] DRM interface version 1.4
[    16.729] (II) [drm] DRM open master succeeded.
[    16.730] (--) NOUVEAU(0): Chipset: "NVIDIA NVac"
[    16.730] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    16.730] (==) NOUVEAU(0): RGB weight 888
[    16.730] (==) NOUVEAU(0): Default visual is TrueColor
[    16.730] (==) NOUVEAU(0): Using HW cursor
[    16.730] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    16.730] (==) NOUVEAU(0): Page flipping disabled: no kernel support
[    36.619] (II) NOUVEAU(0): Output LVDS-1 using monitor section Configured Monitor
[    36.806] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    36.974] (II) NOUVEAU(0): EDID for output LVDS-1
[    36.974] (II) NOUVEAU(0): Manufacturer: APP  Model: 9c8c  Serial#: 16843009
[    36.974] (II) NOUVEAU(0): Year: 2008  Week: 5
[    36.974] (II) NOUVEAU(0): EDID Version: 1.3
[    36.974] (II) NOUVEAU(0): Digital Display Input
[    36.974] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 29  vert.: 18
[    36.974] (II) NOUVEAU(0): Gamma: 2.20
[    36.974] (II) NOUVEAU(0): No DPMS capabilities specified
[    36.975] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    36.975] (II) NOUVEAU(0): First detailed timing is preferred mode
[    36.975] (II) NOUVEAU(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
[    36.975] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
[    36.975] (II) NOUVEAU(0): Manufacturer's mask: 0
[    36.975] (II) NOUVEAU(0): Supported detailed timing:
[    36.975] (II) NOUVEAU(0): clock: 72.5 MHz   Image Size:  286 x 179 mm
[    36.975] (II) NOUVEAU(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1423 h_border: 0
[    36.975] (II) NOUVEAU(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 846 v_border: 0
[    36.975] (II) NOUVEAU(0): Unknown vendor-specific block 1
[    36.975] (II) NOUVEAU(0):  B133EW04 V0
[    36.975] (II) NOUVEAU(0):  Color LCD
[    36.975] (II) NOUVEAU(0): EDID (in hex):
[    36.975] (II) NOUVEAU(0): 	00ffffffffffff0006108c9c01010101
[    36.975] (II) NOUVEAU(0): 	05120103801d12780a50859858528e26
[    36.975] (II) NOUVEAU(0): 	25505400000001010101010101010101
[    36.976] (II) NOUVEAU(0): 	010101010101521c008f50202e303020
[    36.976] (II) NOUVEAU(0): 	36001eb3100000180000000100061020
[    36.976] (II) NOUVEAU(0): 	00000000000000000a20000000fe0042
[    36.976] (II) NOUVEAU(0): 	313333455730342056300a20000000fe
[    36.976] (II) NOUVEAU(0): 	00436f6c6f72204c43440a2020200028
[    36.976] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    36.976] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    36.976] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    36.976] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[    36.976] (II) NOUVEAU(0): Modeline "1280x800"x60.2   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    36.976] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    36.976] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    36.976] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    36.976] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    36.976] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    36.976] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    37.149] (II) NOUVEAU(0): EDID for output DP-1
[    37.149] (II) NOUVEAU(0): Manufacturer: DEL  Model: a060  Serial#: 810431564
[    37.149] (II) NOUVEAU(0): Year: 2010  Week: 45
[    37.149] (II) NOUVEAU(0): EDID Version: 1.4
[    37.149] (II) NOUVEAU(0): Digital Display Input
[    37.153] (II) NOUVEAU(0): 8 bits per channel
[    37.154] (II) NOUVEAU(0): Digital interface is DisplayPort
[    37.154] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[    37.154] (II) NOUVEAU(0): Gamma: 2.20
[    37.154] (II) NOUVEAU(0): DPMS capabilities: Off
[    37.154] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[    37.154] (II) NOUVEAU(0): Default color space is primary color space
[    37.154] (II) NOUVEAU(0): First detailed timing is preferred mode
[    37.154] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
[    37.154] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    37.154] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    37.154] (II) NOUVEAU(0): Supported established timings:
[    37.154] (II) NOUVEAU(0): 720x400@70Hz
[    37.154] (II) NOUVEAU(0): 640x480@60Hz
[    37.154] (II) NOUVEAU(0): 640x480@75Hz
[    37.154] (II) NOUVEAU(0): 800x600@60Hz
[    37.155] (II) NOUVEAU(0): 800x600@75Hz
[    37.155] (II) NOUVEAU(0): 1024x768@60Hz
[    37.155] (II) NOUVEAU(0): 1024x768@75Hz
[    37.155] (II) NOUVEAU(0): 1280x1024@75Hz
[    37.155] (II) NOUVEAU(0): Manufacturer's mask: 0
[    37.155] (II) NOUVEAU(0): Supported standard timings:
[    37.155] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    37.155] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    37.155] (II) NOUVEAU(0): #2: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    37.155] (II) NOUVEAU(0): Supported detailed timing:
[    37.155] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[    37.155] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    37.155] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    37.155] (II) NOUVEAU(0): Serial No: HV8XP0B40N4L
[    37.155] (II) NOUVEAU(0): Monitor name: DELL U2311H
[    37.155] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    37.155] (II) NOUVEAU(0): EDID (in hex):
[    37.156] (II) NOUVEAU(0): 	00ffffffffffff0010ac60a04c344e30
[    37.156] (II) NOUVEAU(0): 	2d140104a5331d783eee95a3544c9926
[    37.156] (II) NOUVEAU(0): 	0f5054a54b00714f8180d1c001010101
[    37.156] (II) NOUVEAU(0): 	010101010101023a801871382d40582c
[    37.156] (II) NOUVEAU(0): 	4500fd1e1100001e000000ff00485638
[    37.156] (II) NOUVEAU(0): 	5850304234304e344c0a000000fc0044
[    37.156] (II) NOUVEAU(0): 	454c4c205532333131480a20000000fd
[    37.156] (II) NOUVEAU(0): 	00384c1e5311000a2020202020200017
[    37.156] (II) NOUVEAU(0): Printing probed modes for output DP-1
[    37.156] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    37.156] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    37.157] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    37.157] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    37.157] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    37.157] (II) NOUVEAU(0): Output LVDS-1 connected
[    37.157] (II) NOUVEAU(0): Output DP-1 connected
[    37.157] (II) NOUVEAU(0): Using user preference for initial modes
[    37.157] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1280x800
[    37.157] (II) NOUVEAU(0): Output DP-1 using initial mode 1152x864
[    37.157] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    37.157] (--) NOUVEAU(0): Virtual size is 1280x864 (pitch 0)
[    37.157] (**) NOUVEAU(0):  Driver mode "1280x800": 72.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 60.2 Hz
[    37.157] (II) NOUVEAU(0): Modeline "1280x800"x60.2   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    37.157] (**) NOUVEAU(0):  Driver mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[    37.157] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    37.157] (**) NOUVEAU(0):  Driver mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
[    37.157] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    37.157] (**) NOUVEAU(0):  Driver mode "640x480": 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz
[    37.158] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    37.158] (**) NOUVEAU(0):  Driver mode "720x400": 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz
[    37.158] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    37.158] (**) NOUVEAU(0):  Driver mode "640x400": 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz
[    37.158] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    37.158] (**) NOUVEAU(0):  Driver mode "640x350": 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz
[    37.158] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    37.158] (**) NOUVEAU(0): Display dimensions: (290, 180) mm
[    37.158] (**) NOUVEAU(0): DPI set to (112, 121)
[    37.158] (II) Loading sub module "fb"
[    37.158] (II) LoadModule: "fb"
[    37.159] (II) Loading /usr/lib/xorg/modules/libfb.so
[    37.166] (II) Module fb: vendor="X.Org Foundation"
[    37.166] 	compiled for 1.10.2, module version = 1.0.0
[    37.166] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.166] (II) Loading sub module "exa"
[    37.166] (II) LoadModule: "exa"
[    37.167] (II) Loading /usr/lib/xorg/modules/libexa.so
[    37.169] (II) Module exa: vendor="X.Org Foundation"
[    37.169] 	compiled for 1.10.2, module version = 2.5.0
[    37.169] 	ABI class: X.Org Video Driver, version 10.0
[    37.169] (II) Loading sub module "shadowfb"
[    37.169] (II) LoadModule: "shadowfb"
[    37.170] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    37.180] (II) Module shadowfb: vendor="X.Org Foundation"
[    37.180] 	compiled for 1.10.2, module version = 1.0.0
[    37.180] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.180] (--) Depth 24 pixmap format is 32 bpp
[    37.186] (II) NOUVEAU(0): Opened GPU channel 2
[    37.186] (II) NOUVEAU(0): [DRI2] Setup complete
[    37.186] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    37.186] (II) NOUVEAU(0): GART: 512MiB available
[    37.204] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[    37.212] (II) EXA(0): Driver allocated offscreen pixmaps
[    37.212] (II) EXA(0): Driver registered support for the following operations:
[    37.212] (II)         Solid
[    37.212] (II)         Copy
[    37.212] (II)         Composite (RENDER acceleration)
[    37.212] (II)         UploadToScreen
[    37.212] (II)         DownloadFromScreen
[    37.212] (==) NOUVEAU(0): Backing store disabled
[    37.212] (==) NOUVEAU(0): Silken mouse enabled
[    37.213] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    37.213] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    37.213] (==) NOUVEAU(0): DPMS enabled
[    37.213] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    37.214] (--) RandR disabled
[    37.214] (II) Initializing built-in extension Generic Event Extension
[    37.214] (II) Initializing built-in extension SHAPE
[    37.214] (II) Initializing built-in extension MIT-SHM
[    37.214] (II) Initializing built-in extension XInputExtension
[    37.214] (II) Initializing built-in extension XTEST
[    37.214] (II) Initializing built-in extension BIG-REQUESTS
[    37.214] (II) Initializing built-in extension SYNC
[    37.214] (II) Initializing built-in extension XKEYBOARD
[    37.214] (II) Initializing built-in extension XC-MISC
[    37.214] (II) Initializing built-in extension SECURITY
[    37.214] (II) Initializing built-in extension XINERAMA
[    37.214] (II) Initializing built-in extension XFIXES
[    37.214] (II) Initializing built-in extension RENDER
[    37.214] (II) Initializing built-in extension RANDR
[    37.214] (II) Initializing built-in extension COMPOSITE
[    37.214] (II) Initializing built-in extension DAMAGE
[    37.215] (II) SELinux: Disabled on system
[    37.228] (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)
[    37.228] (II) AIGLX: reverting to software rendering
[    37.228] (II) AIGLX: Screen 0 is not DRI capable
[    37.244] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
[    37.244] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    37.248] (II) NOUVEAU(0): NVEnterVT is called.
[    37.305] (II) NOUVEAU(0): Setting screen physical size to 338 x 228
[    37.305] resize called 1280 864
[    37.403] (II) Using input driver 'synaptics' for 'Touchpad'
[    37.404] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    37.404] (**) Option "CorePointer"
[    37.404] (**) Touchpad: always reports core events
[    37.404] (**) Option "Device" "/dev/input/mice"
[    37.425] (--) Touchpad: invalid x-axis range.  defaulting to 1615 - 5685
[    37.425] (--) Touchpad: invalid y-axis range.  defaulting to 1729 - 4171
[    37.425] (--) Touchpad: invalid pressure range.  defaulting to 0 - 256
[    37.425] (--) Touchpad: invalid finger width range.  defaulting to 0 - 16
[    37.425] (**) Option "SHMConfig" "true"
[    37.425] (**) Option "LeftEdge" "0"
[    37.425] (**) Option "RightEdge" "1280"
[    37.425] (**) Option "TopEdge" "0"
[    37.425] (**) Option "BottomEdge" "800"
[    37.426] (**) Option "FingerLow" "30"
[    37.426] (**) Option "FingerHigh" "80"
[    37.426] (**) Option "FingerPress" "256"
[    37.426] (**) Option "MaxTapTime" "100"
[    37.426] (**) Option "MaxTapMove" "20"
[    37.426] (**) Option "MaxDoubleTapTime" "200"
[    37.426] (**) Option "VertScrollDelta" "40"
[    37.426] (**) Option "HorizScrollDelta" "0"
[    37.426] (**) Option "VertEdgeScroll" "0"
[    37.426] (**) Option "HorizEdgeScroll" "0"
[    37.426] (**) Option "VertTwoFingerScroll" "1"
[    37.426] (**) Option "HorizTwoFingerScroll" "1"
[    37.426] (**) Option "RTCornerButton" "0"
[    37.426] (**) Option "RBCornerButton" "0"
[    37.427] (**) Option "LTCornerButton" "0"
[    37.427] (**) Option "LBCornerButton" "0"
[    37.427] (**) Option "TapButton1" "1"
[    37.427] (**) Option "TapButton2" "2"
[    37.427] (**) Option "TapButton3" "3"
[    37.427] (**) Option "PalmDetect" "1"
[    37.427] (**) Option "PalmMinWidth" "10"
[    37.427] (**) Option "PalmMinZ" "200"
[    37.427] (**) Option "PressureMotionMinZ" "10"
[    37.427] (**) Option "MinSpeed" "0.8"
[    37.427] (**) Option "MaxSpeed" "1.2"
[    37.427] (**) Option "AccelFactor" "0.10"
[    37.427] (**) Option "GrabEventDevice" "1"
[    37.449] (EE) Query no Synaptics: 6003C8
[    37.449] (--) Touchpad: no supported touchpad found
[    37.449] (EE) Touchpad Unable to query/initialize Synaptics hardware.
[    37.580] (EE) PreInit returned 11 for "Touchpad"
[    37.580] (II) UnloadModule: "synaptics"
[    37.580] (II) Unloading synaptics
[    37.662] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    37.662] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    37.662] (II) LoadModule: "evdev"
[    37.663] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    37.664] (II) Module evdev: vendor="X.Org Foundation"
[    37.664] 	compiled for 1.9.99.902, module version = 2.6.0
[    37.664] 	Module class: X.Org XInput Driver
[    37.664] 	ABI class: X.Org XInput driver, version 12.2
[    37.665] (II) Using input driver 'evdev' for 'Power Button'
[    37.665] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    37.666] (**) Power Button: always reports core events
[    37.666] (**) Power Button: Device: "/dev/input/event3"
[    37.680] (--) Power Button: Found keys
[    37.680] (II) Power Button: Configuring as keyboard
[    37.680] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    37.680] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    37.680] (**) Option "xkb_rules" "evdev"
[    37.680] (**) Option "xkb_model" "pc104"
[    37.680] (**) Option "xkb_layout" "us"
[    37.680] (**) Option "xkb_options" "lv3:ralt_switch"
[    37.814] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    37.814] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    37.814] (II) Using input driver 'evdev' for 'Power Button'
[    37.814] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    37.814] (**) Power Button: always reports core events
[    37.814] (**) Power Button: Device: "/dev/input/event1"
[    37.830] (--) Power Button: Found keys
[    37.830] (II) Power Button: Configuring as keyboard
[    37.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[    37.830] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    37.830] (**) Option "xkb_rules" "evdev"
[    37.830] (**) Option "xkb_model" "pc104"
[    37.830] (**) Option "xkb_layout" "us"
[    37.830] (**) Option "xkb_options" "lv3:ralt_switch"
[    37.832] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    37.832] (II) No input driver/identifier specified (ignoring)
[    37.834] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    37.834] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    37.834] (II) Using input driver 'evdev' for 'Sleep Button'
[    37.834] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    37.834] (**) Sleep Button: always reports core events
[    37.834] (**) Sleep Button: Device: "/dev/input/event2"
[    37.870] (--) Sleep Button: Found keys
[    37.870] (II) Sleep Button: Configuring as keyboard
[    37.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[    37.870] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    37.870] (**) Option "xkb_rules" "evdev"
[    37.870] (**) Option "xkb_model" "pc104"
[    37.870] (**) Option "xkb_layout" "us"
[    37.870] (**) Option "xkb_options" "lv3:ralt_switch"
[    37.882] (II) config/udev: Adding input device Apple, Inc. Apple Internal Keyboard / Trackpad (/dev/input/event7)
[    37.882] (**) Apple, Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    37.882] (II) Using input driver 'evdev' for 'Apple, Inc. Apple Internal Keyboard / Trackpad'
[    37.882] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    37.882] (**) Apple, Inc. Apple Internal Keyboard / Trackpad: always reports core events
[    37.882] (**) Apple, Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event7"
[    37.940] (--) Apple, Inc. Apple Internal Keyboard / Trackpad: Found keys
[    37.940] (II) Apple, Inc. Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    37.940] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/input/input7/event7"
[    37.940] (II) XINPUT: Adding extended input device "Apple, Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
[    37.940] (**) Option "xkb_rules" "evdev"
[    37.940] (**) Option "xkb_model" "pc104"
[    37.941] (**) Option "xkb_layout" "us"
[    37.941] (**) Option "xkb_options" "lv3:ralt_switch"
[    37.945] (II) config/udev: Adding input device bcm5974 (/dev/input/event6)
[    37.945] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
[    37.945] (**) bcm5974: Applying InputClass "touchpad catchall"
[    37.946] (II) Using input driver 'synaptics' for 'bcm5974'
[    37.946] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    37.946] (**) bcm5974: always reports core events
[    37.946] (**) Option "Device" "/dev/input/event6"
[    38.280] (--) bcm5974: x-axis range 0 - 1280
[    38.280] (--) bcm5974: y-axis range 0 - 800
[    38.280] (--) bcm5974: pressure range 0 - 256
[    38.280] (--) bcm5974: finger width range 0 - 16
[    38.280] (--) bcm5974: buttons: left double triple
[    38.600] (--) bcm5974: touchpad found
[    38.600] (**) bcm5974: always reports core events
[    38.740] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input6/event6"
[    38.740] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD)
[    38.740] (**) bcm5974: (accel) MinSpeed is now constant deceleration 2.5
[    38.740] (**) bcm5974: MaxSpeed is now 1.75
[    38.740] (**) bcm5974: AccelFactor is now 0.133
[    38.740] (**) bcm5974: (accel) keeping acceleration scheme 1
[    38.741] (**) bcm5974: (accel) acceleration profile 1
[    38.741] (**) bcm5974: (accel) acceleration factor: 2.000
[    38.741] (**) bcm5974: (accel) acceleration threshold: 4
[    38.960] (--) bcm5974: touchpad found
[    38.961] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[    38.961] (**) bcm5974: Applying InputClass "touchpad catchall"
[    38.961] (II) Using input driver 'synaptics' for 'bcm5974'
[    38.961] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    38.962] (**) bcm5974: always reports core events
[    38.962] (**) Option "Device" "/dev/input/mouse0"
[    39.030] (--) bcm5974: invalid x-axis range.  defaulting to 1615 - 5685
[    39.030] (--) bcm5974: invalid y-axis range.  defaulting to 1729 - 4171
[    39.030] (--) bcm5974: invalid pressure range.  defaulting to 0 - 256
[    39.030] (--) bcm5974: invalid finger width range.  defaulting to 0 - 16
[    39.051] (EE) Query no Synaptics: 6003C8
[    39.051] (--) bcm5974: no supported touchpad found
[    39.051] (EE) bcm5974 Unable to query/initialize Synaptics hardware.
[    39.170] (EE) PreInit returned 11 for "bcm5974"
[    39.170] (II) UnloadModule: "synaptics"
[    39.170] (II) Unloading synaptics
[    39.175] (II) config/udev: Adding input device Built-in iSight (/dev/input/event5)
[    39.175] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
[    39.175] (II) Using input driver 'evdev' for 'Built-in iSight'
[    39.175] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.175] (**) Built-in iSight: always reports core events
[    39.175] (**) Built-in iSight: Device: "/dev/input/event5"
[    39.250] (--) Built-in iSight: Found keys
[    39.250] (II) Built-in iSight: Configuring as keyboard
[    39.250] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input5/event5"
[    39.250] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD)
[    39.250] (**) Option "xkb_rules" "evdev"
[    39.250] (**) Option "xkb_model" "pc104"
[    39.250] (**) Option "xkb_layout" "us"
[    39.251] (**) Option "xkb_options" "lv3:ralt_switch"
[    39.266] (II) config/udev: Adding input device Mitsumi Electric Apple Optical USB Mouse (/dev/input/event8)
[    39.266] (**) Mitsumi Electric Apple Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[    39.266] (II) Using input driver 'evdev' for 'Mitsumi Electric Apple Optical USB Mouse'
[    39.266] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.266] (**) Mitsumi Electric Apple Optical USB Mouse: always reports core events
[    39.267] (**) Mitsumi Electric Apple Optical USB Mouse: Device: "/dev/input/event8"
[    39.330] (--) Mitsumi Electric Apple Optical USB Mouse: Found 8 mouse buttons
[    39.330] (--) Mitsumi Electric Apple Optical USB Mouse: Found scroll wheel(s)
[    39.330] (--) Mitsumi Electric Apple Optical USB Mouse: Found relative axes
[    39.330] (--) Mitsumi Electric Apple Optical USB Mouse: Found x and y relative axes
[    39.330] (II) Mitsumi Electric Apple Optical USB Mouse: Configuring as mouse
[    39.330] (II) Mitsumi Electric Apple Optical USB Mouse: Adding scrollwheel support
[    39.331] (**) Mitsumi Electric Apple Optical USB Mouse: YAxisMapping: buttons 4 and 5
[    39.331] (**) Mitsumi Electric Apple Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    39.331] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.2/2-2.2:1.0/input/input8/event8"
[    39.331] (II) XINPUT: Adding extended input device "Mitsumi Electric Apple Optical USB Mouse" (type: MOUSE)
[    39.331] (II) Mitsumi Electric Apple Optical USB Mouse: initialized for relative axes.
[    39.331] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) keeping acceleration scheme 1
[    39.331] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) acceleration profile 0
[    39.331] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) acceleration factor: 2.000
[    39.331] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) acceleration threshold: 4
[    39.333] (II) config/udev: Adding input device Mitsumi Electric Apple Optical USB Mouse (/dev/input/mouse1)
[    39.333] (II) No input driver/identifier specified (ignoring)
[    39.337] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event9)
[    39.337] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[    39.337] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[    39.337] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.337] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[    39.338] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event9"
[    39.410] (--) Logitech Logitech Illuminated Keyboard: Found keys
[    39.410] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[    39.410] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.3/2-2.3:1.0/input/input9/event9"
[    39.410] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
[    39.410] (**) Option "xkb_rules" "evdev"
[    39.410] (**) Option "xkb_model" "pc104"
[    39.410] (**) Option "xkb_layout" "us"
[    39.410] (**) Option "xkb_options" "lv3:ralt_switch"
[    39.414] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event10)
[    39.414] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[    39.414] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[    39.414] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.414] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[    39.414] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event10"
[    39.450] (--) Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[    39.450] (--) Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[    39.450] (--) Logitech Logitech Illuminated Keyboard: Found relative axes
[    39.450] (--) Logitech Logitech Illuminated Keyboard: Found absolute axes
[    39.450] (--) Logitech Logitech Illuminated Keyboard: Found keys
[    39.450] (II) Logitech Logitech Illuminated Keyboard: Configuring as mouse
[    39.450] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[    39.450] (II) Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[    39.450] (**) Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[    39.451] (**) Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    39.451] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.3/2-2.3:1.1/input/input10/event10"
[    39.451] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
[    39.451] (**) Option "xkb_rules" "evdev"
[    39.451] (**) Option "xkb_model" "pc104"
[    39.451] (**) Option "xkb_layout" "us"
[    39.451] (**) Option "xkb_options" "lv3:ralt_switch"
[    39.451] (EE) Logitech Logitech Illuminated Keyboard: failed to initialize for relative axes.
[    39.452] (II) Logitech Logitech Illuminated Keyboard: initialized for absolute axes.
[    39.452] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[    39.452] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[    39.452] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[    39.452] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[    39.488] (II) config/udev: Adding input device applesmc (/dev/input/event4)
[    39.488] (II) No input driver/identifier specified (ignoring)
[    39.489] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[    39.489] (II) No input driver/identifier specified (ignoring)
[    40.267] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    40.268] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    40.268] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    40.838] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    40.838] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    40.838] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    41.412] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    41.412] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    41.412] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    49.678] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    49.678] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    49.678] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    50.233] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    50.234] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    50.234] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    50.793] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    50.793] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    50.793] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    51.251] resize called 3200 1080
[    52.066] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    52.066] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    52.066] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    52.678] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    52.678] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    52.678] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    52.957] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    52.957] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    52.957] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    55.042] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    55.042] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    55.042] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    55.597] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    55.597] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    55.597] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    58.925] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    58.925] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    58.925] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    59.936] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    59.936] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    59.936] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[    60.215] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[    60.215] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    60.215] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   384.715] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   384.715] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   384.715] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   385.221] resize called 1280 800
[   385.875] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   385.876] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   385.876] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   386.298] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   386.298] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   386.298] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   386.723] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   386.723] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   386.723] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   387.594] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   387.595] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   387.595] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   388.018] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   388.019] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   388.019] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)
[   388.439] (II) NOUVEAU(0): EDID vendor "APP", prod id 40076
[   388.439] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   388.439] (II) NOUVEAU(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Apple Inc.

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=pc104
E: XKBLAYOUT=us
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Apple Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
N: input/event0
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=Apple Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E: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=pc104
E: XKBLAYOUT=us
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Apple Inc.

P: /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/input/input7/event7
N: input/event7
S: input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-event-kbd
S: input/by-path/pci-0000:00:04.0-usb-0:6:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Apple__Inc.
E: ID_VENDOR_ENC=Apple\x2c\x20Inc.
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=0237
E: ID_REVISION=0077
E: ID_SERIAL=Apple__Inc._Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:04.0-usb-0:6:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-event-kbd /dev/input/by-path/pci-0000:00:04.0-usb-0:6:1.0-event-kbd
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input6/event6
N: input/event6
S: input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-event-mouse
S: input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-if02-event-mouse
S: input/by-path/pci-0000:00:04.0-usb-0:6:1.2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_VENDOR=Apple__Inc.
E: ID_VENDOR_ENC=Apple\x2c\x20Inc.
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=0237
E: ID_REVISION=0077
E: ID_SERIAL=Apple__Inc._Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:030102:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=bcm5974
E: ID_PATH=pci-0000:00:04.0-usb-0:6:1.2
E: DEVLINKS=/dev/input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-event-mouse /dev/input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-if02-event-mouse /dev/input/by-path/pci-0000:00:04.0-usb-0:6:1.2-event-mouse

P: /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input6/mouse0
N: input/mouse0
S: input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-mouse
S: input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-if02-mouse
S: input/by-path/pci-0000:00:04.0-usb-0:6:1.2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input6/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_VENDOR=Apple__Inc.
E: ID_VENDOR_ENC=Apple\x2c\x20Inc.
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=0237
E: ID_REVISION=0077
E: ID_SERIAL=Apple__Inc._Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:030102:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=bcm5974
E: ID_PATH=pci-0000:00:04.0-usb-0:6:1.2
E: DEVLINKS=/dev/input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-mouse /dev/input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard___Trackpad-if02-mouse /dev/input/by-path/pci-0000:00:04.0-usb-0:6:1.2-mouse

P: /devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input5/event5
N: input/event5
S: input/by-id/usb-Apple_Inc._Built-in_iSight_8J8B41B6T40U3A00-event-if00
S: input/by-path/pci-0000:00:04.1-usb-0:4:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/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_VENDOR=Apple_Inc.
E: ID_VENDOR_ENC=Apple\x20Inc.
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Built-in_iSight
E: ID_MODEL_ENC=Built-in\x20iSight
E: ID_MODEL_ID=8507
E: ID_REVISION=0418
E: ID_SERIAL=Apple_Inc._Built-in_iSight_8J8B41B6T40U3A00
E: ID_SERIAL_SHORT=8J8B41B6T40U3A00
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:ff0000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:04.1-usb-0:4:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-id/usb-Apple_Inc._Built-in_iSight_8J8B41B6T40U3A00-event-if00 /dev/input/by-path/pci-0000:00:04.1-usb-0:4:1.0-event
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.2/2-2.2:1.0/input/input8/event8
N: input/event8
S: input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-event-mouse
S: input/by-path/pci-0000:00:06.1-usb-0:2.2:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.2/2-2.2:1.0/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0304
E: ID_REVISION=0108
E: ID_SERIAL=Mitsumi_Electric_Apple_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:06.1-usb-0:2.2:1.0
E: DEVLINKS=/dev/input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-event-mouse /dev/input/by-path/pci-0000:00:06.1-usb-0:2.2:1.0-event-mouse

P: /devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.2/2-2.2:1.0/input/input8/mouse1
N: input/mouse1
S: input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-mouse
S: input/by-path/pci-0000:00:06.1-usb-0:2.2:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.2/2-2.2:1.0/input/input8/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0304
E: ID_REVISION=0108
E: ID_SERIAL=Mitsumi_Electric_Apple_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:06.1-usb-0:2.2:1.0
E: DEVLINKS=/dev/input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-mouse /dev/input/by-path/pci-0000:00:06.1-usb-0:2.2:1.0-mouse

P: /devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.3/2-2.3:1.0/input/input9/event9
N: input/event9
S: input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-kbd
S: input/by-path/pci-0000:00:06.1-usb-0:2.3:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.3/2-2.3:1.0/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Logitech_Illuminated_Keyboard
E: ID_MODEL_ENC=Logitech\x20Illuminated\x20Keyboard
E: ID_MODEL_ID=c318
E: ID_REVISION=5501
E: ID_SERIAL=Logitech_Logitech_Illuminated_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030002:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:06.1-usb-0:2.3:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:06.1-usb-0:2.3:1.0-event-kbd
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.3/2-2.3:1.1/input/input10/event10
N: input/event10
S: input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-if01
S: input/by-path/pci-0000:00:06.1-usb-0:2.3:1.1-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/usb2/2-2/2-2.3/2-2.3:1.1/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Logitech_Illuminated_Keyboard
E: ID_MODEL_ENC=Logitech\x20Illuminated\x20Keyboard
E: ID_MODEL_ID=c318
E: ID_REVISION=5501
E: ID_SERIAL=Logitech_Logitech_Illuminated_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030002:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:06.1-usb-0:2.3:1.1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:06.1-usb-0:2.3:1.1-event
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess

P: /devices/platform/applesmc.768/input/input4/event4
N: input/event4
S: input/by-path/platform-applesmc.768-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/applesmc.768/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-applesmc.768
E: DMI_VENDOR=Apple Inc.
E: DEVLINKS=/dev/input/by-path/platform-applesmc.768-event

P: /devices/platform/applesmc.768/input/input4/js0
N: input/js0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/applesmc.768/input/input4/js0
E: MAJOR=13
E: MINOR=0
E: DEVNAME=/dev/input/js0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-applesmc.768


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    1.556905] Linux agpgart interface v0.103
[   14.639090] [drm] Initialized drm 1.1.0 20060810
[   14.738134] [drm] nouveau 0000:02:00.0: Detected an NV50 generation card (0x0ac180b1)
[   14.773557] [drm] nouveau 0000:02:00.0: Attempting to load BIOS image from PRAMIN
[   15.039437] [drm] nouveau 0000:02:00.0: ... appears to be valid
[   15.039444] [drm] nouveau 0000:02:00.0: BIT BIOS found
[   15.039449] [drm] nouveau 0000:02:00.0: Bios version 62.79.40.00
[   15.039454] [drm] nouveau 0000:02:00.0: TMDS table version 2.0
[   15.039458] [drm] nouveau 0000:02:00.0: Found Display Configuration Block version 4.0
[   15.039462] [drm] nouveau 0000:02:00.0: Raw DCB entry 0: 01000123 00010014
[   15.039467] [drm] nouveau 0000:02:00.0: Raw DCB entry 1: 02021232 00000010
[   15.039470] [drm] nouveau 0000:02:00.0: Raw DCB entry 2: 02021286 0f220010
[   15.039474] [drm] nouveau 0000:02:00.0: Raw DCB entry 3: 0000000e 00000000
[   15.039479] [drm] nouveau 0000:02:00.0: DCB connector table: VHER 0x40 5 16 4
[   15.039483] [drm] nouveau 0000:02:00.0:   0: 0x00000040: type 0x40 idx 0 tag 0xff
[   15.039488] [drm] nouveau 0000:02:00.0:   1: 0x0000a146: type 0x46 idx 1 tag 0x08
[   15.039493] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 0 at offset 0xD814
[   15.137687] [drm] nouveau 0000:02:00.0: Register 0x00004028 not found in PLL limits table
[   15.152629] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 1 at offset 0xDAC8
[   15.152635] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 2 at offset 0xDACA
[   15.152644] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 3 at offset 0xDBAF
[   15.152850] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 4 at offset 0xDC74
[   15.152854] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table at offset 0xDCD9
[   15.180326] [drm] nouveau 0000:02:00.0: 0xDCD9: Condition still not met after 20ms, skipping following opcodes
[   15.243004] [drm] nouveau 0000:02:00.0: 4 available performance level(s)
[   15.243012] [drm] nouveau 0000:02:00.0: 0: memory 0MHz core 100MHz shader 200MHz voltage 900mV fanspeed 100%
[   15.243018] [drm] nouveau 0000:02:00.0: 1: memory 0MHz core 150MHz shader 300MHz voltage 900mV fanspeed 100%
[   15.243024] [drm] nouveau 0000:02:00.0: 2: memory 0MHz core 350MHz shader 800MHz voltage 900mV fanspeed 100%
[   15.243030] [drm] nouveau 0000:02:00.0: 3: memory 0MHz core 450MHz shader 1100MHz voltage 1010mV fanspeed 100%
[   15.243037] [drm] nouveau 0000:02:00.0: Register 0x00004028 not found in PLL limits table
[   15.243042] [drm] nouveau 0000:02:00.0: Register 0x00004008 not found in PLL limits table
[   15.243049] [drm] nouveau 0000:02:00.0: Register 0x00004030 not found in PLL limits table
[   15.243053] [drm] nouveau 0000:02:00.0: c: memory 0MHz shader 800MHz
[   15.245721] [drm] nouveau 0000:02:00.0: Detected 256MiB VRAM
[   15.245726] [drm] nouveau 0000:02:00.0: Stolen system memory at: 0x0040000000
[   15.369287] [drm] nouveau 0000:02:00.0: 512 MiB GART (aperture)
[   16.436745] [drm] nouveau 0000:02:00.0: Allocating FIFO number 1
[   16.440932] [drm] nouveau 0000:02:00.0: nouveau_channel_alloc: initialised FIFO 1
[   16.722552] [drm] nouveau 0000:02:00.0: allocated 1920x1080 fb: 0x40260000, bo ffff88007bd6c038
[   16.724370] drm: registered panic notifier
[   16.724423] [drm] Initialized nouveau 0.0.16 20090420 for 0000:02:00.0 on minor 0
[   37.180943] [drm] nouveau 0000:02:00.0: Allocating FIFO number 2
[   37.185827] [drm] nouveau 0000:02:00.0: nouveau_channel_alloc: initialised FIFO 2
[  384.442915] [drm] nouveau 0000:02:00.0: unplugged DP-1


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-wl-64811-gf2c01c5-dirty (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6                         2.13-5     Embedded GNU C Library: Shared lib
ii  libdrm-nouveau1a              2.4.25-2   Userspace interface to nouveau-spe
ii  libudev0                      170-1      libudev shared library
ii  xserver-xorg-core [xorg-video 2:1.10.2-1 Xorg X server - core server

xserver-xorg-video-nouveau recommends no packages.

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information



Reply to: