From owner-freebsd-questions@FreeBSD.ORG Sat Dec 5 04:31:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D9C1065672 for ; Sat, 5 Dec 2009 04:31:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f178.google.com (mail-px0-f178.google.com [209.85.216.178]) by mx1.freebsd.org (Postfix) with ESMTP id D2BA28FC15 for ; Sat, 5 Dec 2009 04:31:53 +0000 (UTC) Received: by pxi8 with SMTP id 8so853792pxi.27 for ; Fri, 04 Dec 2009 20:31:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=1ziSX/BaE3cNF9aJXzdnVaPYMfLjaT5M/rzry06gLsE=; b=anNKiP2fS/2zbzOYnJLCGCs98bDDlGXzDD/ZJrmYOs4MDkyg0pwwdFnPFM1gHd+Grp DFfIVQDTYw6/rLePN0BeVwXDg40bAFwtgypwGAm/s/oCK4+14J/RThgkAQuLE8xFPyoN Oy31WIeeYXBkC805s9KUWrZkk1FBg2jP7jOQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UjqmPZbu6FY3m30XQsxhHM+HqmqZrVaz3F0aSJi5qRfBnl0PIUDngKg7Hexu9GUKLI KDx2B5SRWw8EMA8Z91Qqx5ffDszJxRXb2FHS9Z6C9awezyuXONa6nc2hktbpXyTRHFfw PIrqZgpgon9bsw7ZvFSDUXos3+kF9EYmgZLMc= MIME-Version: 1.0 Received: by 10.142.74.20 with SMTP id w20mr459071wfa.193.1259987512937; Fri, 04 Dec 2009 20:31:52 -0800 (PST) In-Reply-To: References: <015b01ca751e$02b58680$08209380$@rr.com> <4B197F38.4040008@gmail.com> <002701ca7537$0cb8a900$2629fb00$@rr.com> <20091204210840.W81190@familysquires.net> Date: Fri, 4 Dec 2009 22:31:52 -0600 Message-ID: <6201873e0912042031r5d8290c5wc1bd903b9e0df367@mail.gmail.com> From: Adam Vande More To: Paul Schmehl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Free BSD Questions list Subject: Re: Xorg - no mouse and no keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2009 04:31:54 -0000 On Fri, Dec 4, 2009 at 10:20 PM, Paul Schmehl wrote: > As I mentioned in a previous post, I have tried it both with and without > hald and dbus. Nothing works. > > moused_enable="NO" is already set in /etc/defaults/rc.conf, so setting it > in /etc/rc.conf won't change anything. > > Here's my current rc.conf: > > dbus_enable="YES" > hald_enable="YES" > Leave hal and dbus on, make sure xorg-server is compiled with hal support. Make sure x input mouse and kb are installed. This is a working xorg.conf and log. Also you have to reboot after enabling dbus and hal. There is is a handbook entry on this. Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "dri" Load "dri2" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 470 300 # mm Identifier "Monitor0" VendorName "ACR" ModelName "Acer AL2216W" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Monitor" #DisplaySize 470 300 # mm Identifier "Monitor1" VendorName "ACR" ModelName "Acer AL2016W" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 Option "DPMS" Option "LeftOf" "Monitor0" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "VideoKey" # #Option "FPDither" # [] #Option "FPScale" # [] #Option "CBLocation" # #Option "CBSize" # #Option "ScalingMode" # #Option "EXAPixmaps" # [] Identifier "Card0" Driver "nouveau" VendorName "nVidia Corporation" BoardName "G84 [GeForce 8600 GTS]" BusID "PCI:2:0:0" Option "monitor-DVI-I-0" "Monitor0" Option "monitor-DVI-I-1" "Monitor1" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Virtual 3360 2100 EndSubSection EndSection X.Org X Server 1.6.1 Release Date: 2009-4-14 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-STABLE amd64 Current Operating System: FreeBSD galacticdominator.com 8.0-STABLE FreeBSD 8.0-STABLE #3: Tue Dec 1 20:04:51 CST 2009 adam@galacticdominator.com:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 03 December 2009 05:55:33PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 3 22:13:55 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/local/lib/X11/fonts/misc/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/misc/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/75dpi/" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, built-ins (**) ModulePath set to "/usr/local/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0xb20 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (--) PCI:*(0@2:0:0) nVidia Corporation G84 [GeForce 8600 GTS] rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nouveau" (II) Loading /usr/local/lib/xorg/modules/drivers//nouveau_drv.so (II) Module nouveau: vendor="X.Org Foundation" compiled for 1.6.1, module version = 0.0.10 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) NOUVEAU driver 20090728.e259925 (II) NOUVEAU driver for NVIDIA chipset families : RIVA TNT (NV04) RIVA TNT2 (NV05) GeForce 256 (NV10) GeForce 2 (NV11, NV15) GeForce 4MX (NV17, NV18) GeForce 3 (NV20) GeForce 4Ti (NV25, NV28) GeForce FX (NV3x) GeForce 6 (NV4x) GeForce 7 (G7x) GeForce 8 (G8x) (II) Primary Device is: PCI 02@00:00:0 (II) resource ranges after probing: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (--) NOUVEAU(0): Chipset: "NVIDIA NV84" (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) NOUVEAU(0): Initializing int10 (==) NOUVEAU(0): Write-combining range (0xa0000,0x20000) was already clear (==) NOUVEAU(0): Write-combining range (0xc0000,0x40000) was already clear (II) NOUVEAU(0): Primary V_BIOS segment is: 0xc000 (==) NOUVEAU(0): Write-combining range (0x0,0x1000) was already clear (II) Loading sub module "dri" (II) LoadModule: "dri" (II) Reloading /usr/local/lib/xorg/modules/extensions//libdri.so (II) NOUVEAU(0): Loaded DRI module drmOpenDevice: node name is /dev/dri/card0 Failed to change owner or group for file /dev/dri! 2: No such file or directory Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory drmOpenDevice: open result is -1, (No such file or directory) Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 Failed to change owner or group for file /dev/dri! 2: No such file or directory Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory drmOpenDevice: open result is -1, (No such file or directory) Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:02:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0 (II) [drm] loaded kernel module for "nouveau" driver. (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) NOUVEAU(0): [drm] nouveau interface version: 0.0.14 (--) NOUVEAU(0): [drm] kernel modesetting not available (--) NOUVEAU(0): VESA-HACK: Console VGA mode is 0x3 (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 (==) NOUVEAU(0): RGB weight 888 (==) NOUVEAU(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (==) NOUVEAU(0): Using HW cursor (--) NOUVEAU(0): Linear framebuffer at 0xD0000000 (--) NOUVEAU(0): MMIO registers at 0xFA000000 (II) NOUVEAU(0): Initial CRTC_OWNER is 0 (II) NOUVEAU(0): Attempting to load BIOS image from PRAMIN (II) NOUVEAU(0): ... appears to be valid (II) NOUVEAU(0): BIT BIOS found (II) NOUVEAU(0): Bios version 60.84.5e.00 (WW) NOUVEAU(0): TMDS table revision 2.0 not currently supported (II) NOUVEAU(0): Found Display Configuration Block version 4.0 (!!) NOUVEAU(0): Raw DCB entry 0: 02000300 00000028 (!!) NOUVEAU(0): Raw DCB entry 1: 01000302 00020030 (!!) NOUVEAU(0): Raw DCB entry 2: 04011310 00000028 (!!) NOUVEAU(0): Raw DCB entry 3: 02011312 00020030 (!!) NOUVEAU(0): Raw DCB entry 4: 010223f1 00c0c080 (--) NOUVEAU(0): Parsing VBIOS init table 0 at offset 0xC474 (--) NOUVEAU(0): Parsing VBIOS init table 1 at offset 0xC7F8 (--) NOUVEAU(0): Parsing VBIOS init table 2 at offset 0xD248 (--) NOUVEAU(0): Parsing VBIOS init table 3 at offset 0xD33A (--) NOUVEAU(0): Parsing VBIOS init table 4 at offset 0xD56D (II) NOUVEAU(0): NV50DispPreInit is called. (WW) NOUVEAU(0): DCB encoder type 1 not known (II) NOUVEAU(0): I2C bus "DVI-I-0" initialized. (II) NOUVEAU(0): I2C bus "DVI-I-1" initialized. (II) NOUVEAU(0): Output DVI-I-0 using monitor section Monitor0 (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor1 (**) NOUVEAU(0): Option "LeftOf" "Monitor0" (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): I2C device "DVI-I-0:E-EDID segment register" registered at address 0x60. (II) NOUVEAU(0): I2C device "DVI-I-0:ddc2" registered at address 0xA0. (II) NOUVEAU(0): Detected a Digital output on DVI-I-0 (II) NOUVEAU(0): Found a suitable output, index 1 (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): EDID vendor "ACR", prod id 44404 (II) NOUVEAU(0): Using hsync ranges from config file (II) NOUVEAU(0): Using vrefresh ranges from config file (II) NOUVEAU(0): Printing DDC gathered Modelines: (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz) (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz) (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz) (II) NOUVEAU(0): Modeline "1360x765"x60.0 84.39 1360 1424 1568 1776 765 766 769 792 -hsync +vsync (47.5 kHz) (II) NOUVEAU(0): NV50ConnectorGetDDCModes is called. (II) NOUVEAU(0): EDID vendor "ACR", prod id 44404 (II) NOUVEAU(0): DVI-I-0: preferred mode is 1680x1050 (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): I2C device "DVI-I-1:E-EDID segment register" registered at address 0x60. (II) NOUVEAU(0): I2C device "DVI-I-1:ddc2" registered at address 0xA0. (II) NOUVEAU(0): Detected a Digital output on DVI-I-1 (II) NOUVEAU(0): Found a suitable output, index 1 (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): NV50ConnectorGetDDCModes is called. (II) NOUVEAU(0): EDID vendor "ACR", prod id 44453 (II) NOUVEAU(0): DVI-I-1: preferred mode is 1680x1050 (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): Output DVI-I-0 connected (II) NOUVEAU(0): Output DVI-I-1 connected (II) NOUVEAU(0): Using user preference for initial modes (II) NOUVEAU(0): Output DVI-I-0 using initial mode 1680x1050 (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1680x1050 (--) NOUVEAU(0): VideoRAM: 262144 kBytes (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0) (--) NOUVEAU(0): Virtual size is 3360x2100 (pitch 3392) (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1960 2136 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) (**) NOUVEAU(0): Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz (II) NOUVEAU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) NOUVEAU(0): Display dimensions: (470, 300) mm (**) NOUVEAU(0): DPI set to (181, 177) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/local/lib/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.6.1, module version = 2.4.0 ABI class: X.Org Video Driver, version 5.0 (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Loading /usr/local/lib/xorg/modules//libshadowfb.so (II) Module shadowfb: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) NOUVEAU(0): Allocated 128MiB VRAM for framebuffer (II) NOUVEAU(0): AGPGART: 32MiB available (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer (II) NOUVEAU(0): [drm] Using the DRM lock SAREA also for drawables. (II) NOUVEAU(0): [drm] framebuffer handle = 0xd0000000 (II) NOUVEAU(0): [drm] added 1 reserved context for kernel (II) NOUVEAU(0): X context handle = 0x1 (II) NOUVEAU(0): [drm] installed DRM signal handler (II) NOUVEAU(0): Opened GPU channel 2 (II) EXA(0): Offscreen pixmap area of 105512960 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (II) UploadToScreen (II) DownloadFromScreen (==) NOUVEAU(0): Backing store disabled (==) NOUVEAU(0): Silken mouse enabled (II) NOUVEAU(0): [DRI] installation complete (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video. (II) NOUVEAU(0): [XvMC] Extension initialized. (II) NOUVEAU(0): NVEnterVT is called. (II) NOUVEAU(0): NV50DispInit is called. (II) NOUVEAU(0): nv50_output_get_crtc is called. (II) NOUVEAU(0): NV50SorGetCurrentCrtc is called. (II) NOUVEAU(0): nv50_output_dpms is called with mode 3. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 3. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 3. (II) NOUVEAU(0): nv50_output_get_crtc is called. (II) NOUVEAU(0): NV50SorGetCurrentCrtc is called. (II) NOUVEAU(0): nv50_output_dpms is called with mode 3. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 3. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 3. (II) NOUVEAU(0): nv50_output_get_crtc is called. (II) NOUVEAU(0): NV50SorGetCurrentCrtc is called. (II) NOUVEAU(0): nv50_output_get_crtc is called. (II) NOUVEAU(0): NV50SorGetCurrentCrtc is called. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 3 for CRTC0. (II) NOUVEAU(0): nv50_output_get_crtc is called. (II) NOUVEAU(0): NV50SorGetCurrentCrtc is called. (II) NOUVEAU(0): nv50_output_get_crtc is called. (II) NOUVEAU(0): NV50SorGetCurrentCrtc is called. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 3 for CRTC1. (II) NOUVEAU(0): nv50_output_prepare is called. (II) NOUVEAU(0): nv50_crtc_prepare is called for CRTC0. (II) NOUVEAU(0): NV50DacModeSet is called. (II) NOUVEAU(0): Disconnecting DAC. (II) NOUVEAU(0): NV50DacModeSet is called. (II) NOUVEAU(0): Disconnecting DAC. (II) NOUVEAU(0): nv50_crtc_mode_set is called for CRTC0. (II) NOUVEAU(0): NV50CrtcModeSet is called for CRTC0. (II) NOUVEAU(0): NV50CrtcSetDither is called (no update). (II) NOUVEAU(0): NV50CrtcBlank is called (unblanked) for CRTC0. (II) NOUVEAU(0): nv50_output_mode_set is called. (II) NOUVEAU(0): NV50SorModeSet is called. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50CrtcSetScale is called with mode 2 for CRTC0. (II) NOUVEAU(0): nv50_crtc_commit is called for CRTC0. (II) NOUVEAU(0): NV50CrtcSetPixelClock is called for CRTC0. (II) NOUVEAU(0): NV50CrtcSetClockMode is called for CRTC0. (II) NOUVEAU(0): NV50SorSetClockMode is called. (II) NOUVEAU(0): nv50_output_commit is called. (II) NOUVEAU(0): nv50_output_prepare is called. (II) NOUVEAU(0): nv50_crtc_prepare is called for CRTC1. (II) NOUVEAU(0): NV50DacModeSet is called. (II) NOUVEAU(0): Disconnecting DAC. (II) NOUVEAU(0): NV50DacModeSet is called. (II) NOUVEAU(0): Disconnecting DAC. (II) NOUVEAU(0): nv50_crtc_mode_set is called for CRTC1. (II) NOUVEAU(0): NV50CrtcModeSet is called for CRTC1. (II) NOUVEAU(0): NV50CrtcSetDither is called (no update). (II) NOUVEAU(0): NV50CrtcBlank is called (unblanked) for CRTC1. (II) NOUVEAU(0): nv50_output_mode_set is called. (II) NOUVEAU(0): NV50SorModeSet is called. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50CrtcSetScale is called with mode 2 for CRTC1. (II) NOUVEAU(0): nv50_crtc_commit is called for CRTC1. (II) NOUVEAU(0): NV50CrtcSetPixelClock is called for CRTC1. (II) NOUVEAU(0): NV50CrtcSetClockMode is called for CRTC1. (II) NOUVEAU(0): NV50SorSetClockMode is called. (II) NOUVEAU(0): nv50_output_commit is called. (**) Option "dpms" (**) NOUVEAU(0): DPMS enabled (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) NOUVEAU(0): nv50_crtc_gamma_set is called for CRTC0. (II) NOUVEAU(0): NV50CrtcGammaSet is called for CRTC0. (II) NOUVEAU(0): nv50_crtc_gamma_set is called for CRTC1. (II) NOUVEAU(0): NV50CrtcGammaSet is called for CRTC1. (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) NOUVEAU(0): Setting screen physical size to 866 x 270 (EE) config/hal: couldn't initialise context: (null) ((null)) (II) config/hal: Adding input device AT Keyboard (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) AT Keyboard: always reports core events (**) Option "Protocol" "standard" (**) AT Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) AT Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) AT Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) AT Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) (II) config/hal: Adding input device PS/2 Mouse (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) PS/2 Mouse: Device: "/dev/sysmouse" (==) PS/2 Mouse: Protocol: "Auto" (**) PS/2 Mouse: always reports core events (**) Option "Device" "/dev/sysmouse" (==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5 (**) PS/2 Mouse: Buttons: 9 (**) PS/2 Mouse: Sensitivity: 1 (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE) (**) PS/2 Mouse: (accel) keeping acceleration scheme 1 (**) PS/2 Mouse: (accel) filter chain progression: 2.00 (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms (**) PS/2 Mouse: (accel) set acceleration profile 0 (II) PS/2 Mouse: SetupAuto: hw.iftype is 4, hw.model is 0 (II) PS/2 Mouse: SetupAuto: protocol is SysMouse exaCopyDirty: Pending damage region empty! (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): Detected a Digital output on DVI-I-0 (II) NOUVEAU(0): Found a suitable output, index 1 (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): NV50ConnectorGetDDCModes is called. (II) NOUVEAU(0): EDID vendor "ACR", prod id 44404 (II) NOUVEAU(0): DVI-I-0: preferred mode is 1680x1050 (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): Detected a Digital output on DVI-I-1 (II) NOUVEAU(0): Found a suitable output, index 1 (II) NOUVEAU(0): nv50_output_detect is called. (II) NOUVEAU(0): NV50ConnectorDDCDetect is called. (II) NOUVEAU(0): EDID vendor "ACR", prod id 44453 (II) NOUVEAU(0): Using hsync ranges from config file (II) NOUVEAU(0): Using vrefresh ranges from config file (II) NOUVEAU(0): Printing DDC gathered Modelines: (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1960 2136 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) (II) NOUVEAU(0): NV50ConnectorGetDDCModes is called. (II) NOUVEAU(0): EDID vendor "ACR", prod id 44453 (II) NOUVEAU(0): DVI-I-1: preferred mode is 1680x1050 (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) NOUVEAU(0): nv50_output_mode_valid is called. (II) 3rd Button detected: disabling emulate3Button (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 2 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 2 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 2. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 2. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 2. (II) NOUVEAU(0): nv50_output_dpms is called with mode 2. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 2. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 2. (II) NOUVEAU(0): nv50_output_dpms is called with mode 3. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 3. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 3. (II) NOUVEAU(0): nv50_output_dpms is called with mode 3. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 3. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 3. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 3 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 3 for CRTC1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 2 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 2 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 2. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 2. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 2. (II) NOUVEAU(0): nv50_output_dpms is called with mode 2. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 2. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 2. (II) NOUVEAU(0): nv50_output_dpms is called with mode 3. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 3. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 3. (II) NOUVEAU(0): nv50_output_dpms is called with mode 3. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 3. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 3. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 3 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 3 for CRTC1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 2 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 2 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 2. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 2. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 2. (II) NOUVEAU(0): nv50_output_dpms is called with mode 2. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 2. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 2. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 1 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 1. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 1. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 1. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC0. (II) NOUVEAU(0): nv50_crtc_dpms is called with mode 0 for CRTC1. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. (II) NOUVEAU(0): nv50_output_dpms is called with mode 0. (II) NOUVEAU(0): NV50DacSetPowerMode is called with mode 0. (II) NOUVEAU(0): NV50SorSetPowerMode is called with mode 0. -- Adam Vande More