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

Bug#630640: xserver-xorg-video-nouveau: Black screen (powersave mode) in Dell 2709W Flat Panel with GeForce4 Ti 4200 using nouveau



Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20110411+8378443-1+b1
Severity: important
Tags: wheezy

Whenever I open some windows (sometimes with firefox, other times
emacs,...) the monitor gets black and the icon of powersave mode
appears in top left corner, like it was receiving no signal from the
graphics card, continuosly. It is imposible to work (image appears and
dissapears in few than a second). If I change to
another virtual desktop in KDE (with a pair of xterm and a dolphin
window) with CTRL+F1 then the image in the monitor gets fixed. I have
to kill the program causing the problem, but  If  I restart the
program the problem reproduces.  I have to restart X or reboot system
in order to be able to run the program, but then it is another program
which causes the "powersave cycle" in the monitor.

Last time was with vmware. I am a professor and I have to evaluate
some Excel exercises at University. I use vmware to run a Windows XP
with Office. Vmware runs OK, but sometimes when I run Firefox in
Windows XP, the "powersave cycle" gets in. Another time is when I run
Excel, other times when I run WinSCP, and so on.

Any way, from time to time (maybe 20 minutes or so) the monitor gets
in powersave mode for two or three seconds two or three consecutive
times, but then image gets fixed and I can work. The xorg.conf file
attached has been developed on my own, from previous xorg.conf files I
have configured in this system (Xorg -configure failed to create a
xorg.conf file even althought nouveau was installed an enabled at boot
time). Ah! And I have to say that this problem occurs in console mode
(CTRL+ALT+F1) whenever I run dselect in the framebuffer.

Let me say that I'm using nouveau driver because there is currently no
nv driver in wheezy, nor latest nvidia legacy driver series 96.43.xx is
compatible with X.org 1.10. I use testing (wheezy) on a regular
per-week update basis, and I'm not interested in sid. I would like you
to understand that I'm not interested in loose time with the
configuration of the system. I'm using Debian for more than a
decade. The last time I performed a full installation of the system in
this PC was 8 years ago. Since then I have been always using testing,
performing regular updates week after week. I never had a problem like
this, almost rendering the PC as unusable. I need this PC for working
and I'll be very grateful if you could provide some help. I have tried
to install the nv driver from sid, but dependency problems prevents
it. Thank you very much in advance!

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Apr 23  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2018824 May  1 12:21 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV25
[GeForce4 Ti 4200] [10de:0253] (rev a3)

Xorg X server configuration file status:
----------------------------------------
-rw-r----- 1 root root 3589 Jun  1 12:22 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# xorg.conf (xorg 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 "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "es"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "WrappedFB"                 # [<bool>]
        #Option     "GLXVBlank"                 # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "PageFlip"                  # [<bool>]
        Identifier      "nVidia Corporation NV25 [GeForce4 Ti 4200]"
#       Boardname       "nvidia"
        Busid           "PCI:1:0:0"
#       Driver          "nv"
#       Driver          "nvidia"
        Driver          "nouveau"
#       Option          "NoLogo"        "False"
#       Option          "AllowGLXWithComposite" "True"
#       Option          "XAANoOffscreenPixmaps" "True"
#       Option          "RenderAccel"   "True"
#       Option          "AddARGBGLXVisuals"     "True"
EndSection

Section "Monitor"
        Identifier      "2709WFP"
        Vendorname      "Plug 'n' Play"
        Modelname       "Plug 'n' Play"
        Option          "DPMS"
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV25 [GeForce4 Ti 4200]"
        Monitor         "2709WFP"
#       Option          "AddARGBGLXVisuals"     "True"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Virtual 1920    1200
                Modes           "1920x1200@60" "1792x1344@60"
"1600x1200@60"  "1600x1200@65"  "1400x1050@75"  "1400x1050@60"
"1280x960@75"   "1280x1024@60"  "1280x960@60"   "1280x1024@75"
"1152x864@75"   "1024x768@60"   "1024x768@70"   "1024x768@75"
"832x624@75"    "800x600@60"    "800x600@75"    "800x600@72"
"800x600@56"    "640x480@75"    "640x480@72"    "640x480@60"
        EndSubSection
EndSection

# Section "Extensions"
#       Option  "Composite"     "Enable"
# EndSection

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


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

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

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.38-2-686 (Debian 2.6.38-5) (ben@decadent.org.uk) (gcc
version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sun May 8 14:49:45 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 44679 Jun  8 19:21 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    53.826] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    53.826] X Protocol Version 11, Revision 0
[    53.827] Build Operating System: Linux 2.6.32-5-686-bigmem i686
Debian
[    53.827] Current Operating System: Linux teseo 2.6.38-2-686 #1 SMP
Sun May 8 14:49:45 UTC 2011 i686
[    53.827] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-686
root=UUID=1c96b90a-bbf3-43bc-9712-ce2758663368 ro quiet
[    53.827] Build Date: 01 May 2011  10:14:44AM
[    53.827] xorg-server 2:1.10.1-2 (Julien Cristau
<jcristau@debian.org>) 
[    53.827] Current version of pixman: 0.21.8
[    53.827]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    53.827] Markers: (--) probed, (**) from config file, (==) default
setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    53.827] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun  8
16:03:08 2011
[    53.890] (==) Using config file: "/etc/X11/xorg.conf"
[    53.890] (==) Using system config directory
"/usr/share/X11/xorg.conf.d"
[    53.931] (==) ServerLayout "Default Layout"
[    53.931] (**) |-->Screen "Default Screen" (0)
[    53.931] (**) |   |-->Monitor "2709WFP"
[    53.931] (**) |   |-->Device "nVidia Corporation NV25 [GeForce4 Ti
4200]"
[    53.931] (**) |-->Input Device "Generic Keyboard"
[    53.931] (**) |-->Input Device "Configured Mouse"
[    53.931] (==) Automatically adding devices
[    53.931] (==) Automatically enabling devices
[    53.971] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not
exist.
[    53.971]    Entry deleted from font path.
[    54.111] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not
exist.
[    54.111]    Entry deleted from font path.
[    54.111] (**) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
[    54.111] (**) ModulePath set to "/usr/lib/xorg/modules"
[    54.111] (WW) Hotplugging is on, devices using drivers 'kbd',
'mouse' or 'vmmouse' will be disabled.
[    54.111] (WW) Disabling Generic Keyboard
[    54.111] (WW) Disabling Configured Mouse
[    54.111] (II) Loader magic: 0x8232ac0
[    54.111] (II) Module ABI versions:
[    54.111]    X.Org ANSI C Emulation: 0.4
[    54.111]    X.Org Video Driver: 10.0
[    54.111]    X.Org XInput driver : 12.2
[    54.111]    X.Org Server Extension : 5.0
[    54.112] (--) PCI:*(0:1:0:0) 10de:0253:1462:8700 rev 163, Mem @
0xf4000000/16777216, 0xe0000000/134217728, 0xe8000000/524288, BIOS @
0x????????/131072
[    54.113] (II) Open ACPI successful (/var/run/acpid.socket)
[    54.113] (II) "extmod" will be loaded. This was enabled by default
and also specified in the config file.
[    54.113] (II) "dbe" will be loaded. This was enabled by default and
also specified in the config file.
[    54.113] (II) "glx" will be loaded. This was enabled by default and
also specified in the config file.
[    54.113] (II) "record" will be loaded. This was enabled by default
and also specified in the config file.
[    54.113] (II) "dri" will be loaded. This was enabled by default and
also specified in the config file.
[    54.113] (II) "dri2" will be loaded. This was enabled by default and
also specified in the config file.
[    54.113] (II) LoadModule: "dri"
[    54.177] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    54.211] (II) Module dri: vendor="X.Org Foundation"
[    54.211]    compiled for 1.10.1, module version = 1.0.0
[    54.211]    ABI class: X.Org Server Extension, version 5.0
[    54.211] (II) Loading extension XFree86-DRI
[    54.211] (II) LoadModule: "dri2"
[    54.212] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    54.217] (II) Module dri2: vendor="X.Org Foundation"
[    54.217]    compiled for 1.10.1, module version = 1.2.0
[    54.217]    ABI class: X.Org Server Extension, version 5.0
[    54.217] (II) Loading extension DRI2
[    54.217] (II) LoadModule: "glx"
[    54.218] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    54.284] (II) Module glx: vendor="X.Org Foundation"
[    54.284]    compiled for 1.10.1, module version = 1.0.0
[    54.284]    ABI class: X.Org Server Extension, version 5.0
[    54.284] (==) AIGLX enabled
[    54.284] (II) Loading extension GLX
[    54.302] (II) LoadModule: "record"
[    54.303] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    54.360] (II) Module record: vendor="X.Org Foundation"
[    54.360]    compiled for 1.10.1, module version = 1.13.0
[    54.360]    Module class: X.Org Server Extension
[    54.360]    ABI class: X.Org Server Extension, version 5.0
[    54.360] (II) Loading extension RECORD
[    54.360] (II) LoadModule: "dbe"
[    54.360] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    54.413] (II) Module dbe: vendor="X.Org Foundation"
[    54.413]    compiled for 1.10.1, module version = 1.0.0
[    54.413]    Module class: X.Org Server Extension
[    54.413]    ABI class: X.Org Server Extension, version 5.0
[    54.413] (II) Loading extension DOUBLE-BUFFER
[    54.413] (II) LoadModule: "extmod"
[    54.414] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    54.576] (II) Module extmod: vendor="X.Org Foundation"
[    54.576]    compiled for 1.10.1, module version = 1.0.0
[    54.576]    Module class: X.Org Server Extension
[    54.576]    ABI class: X.Org Server Extension, version 5.0
[    54.576] (II) Loading extension SELinux
[    54.576] (II) Loading extension MIT-SCREEN-SAVER
[    54.576] (II) Loading extension XFree86-VidModeExtension
[    54.576] (II) Loading extension XFree86-DGA
[    54.576] (II) Loading extension DPMS
[    54.576] (II) Loading extension XVideo
[    54.576] (II) Loading extension XVideo-MotionCompensation
[    54.576] (II) Loading extension X-Resource
[    54.576] (II) LoadModule: "nouveau"
[    54.577] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    54.610] (II) Module nouveau: vendor="X.Org Foundation"
[    54.610]    compiled for 1.10.1, module version = 0.0.16
[    54.610]    Module class: X.Org Video Driver
[    54.610]    ABI class: X.Org Video Driver, version 10.0
[    54.614] (II) NOUVEAU driver Date:   Thu Mar 24 02:13:12 2011 +1000
[    54.614] (II) NOUVEAU driver for NVIDIA chipset families :
[    54.614]    RIVA TNT        (NV04)
[    54.614]    RIVA TNT2       (NV05)
[    54.614]    GeForce 256     (NV10)
[    54.614]    GeForce 2       (NV11, NV15)
[    54.614]    GeForce 4MX     (NV17, NV18)
[    54.615]    GeForce 3       (NV20)
[    54.615]    GeForce 4Ti     (NV25, NV28)
[    54.615]    GeForce FX      (NV3x)
[    54.615]    GeForce 6       (NV4x)
[    54.615]    GeForce 7       (G7x)
[    54.615]    GeForce 8       (G8x)
[    54.615]    GeForce GTX 200 (NVA0)
[    54.615]    GeForce GTX 400 (NVC0)
[    54.615] (++) using VT number 7

[    54.619] drmOpenDevice: node name is /dev/dri/card0
[    54.619] drmOpenDevice: open result is 8, (OK)
[    54.619] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    54.619] drmOpenDevice: node name is /dev/dri/card0
[    54.619] drmOpenDevice: open result is 8, (OK)
[    54.619] drmOpenByBusid: drmOpenMinor returns 8
[    54.619] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    54.619] (II) [drm] nouveau interface version: 0.0.16
[    54.619] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    54.619] (II) Loading sub module "dri"
[    54.619] (II) LoadModule: "dri"
[    54.620] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    54.620] (II) Module dri: vendor="X.Org Foundation"
[    54.620]    compiled for 1.10.1, module version = 1.0.0
[    54.620]    ABI class: X.Org Server Extension, version 5.0
[    54.620] (II) NOUVEAU(0): Loaded DRI module
[    54.620] drmOpenDevice: node name is /dev/dri/card0
[    54.620] drmOpenDevice: open result is 9, (OK)
[    54.620] drmOpenDevice: node name is /dev/dri/card0
[    54.620] drmOpenDevice: open result is 9, (OK)
[    54.620] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    54.620] drmOpenDevice: node name is /dev/dri/card0
[    54.620] drmOpenDevice: open result is 9, (OK)
[    54.621] drmOpenByBusid: drmOpenMinor returns 9
[    54.621] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    54.621] (II) [drm] DRM interface version 1.4
[    54.621] (II) [drm] DRM open master succeeded.
[    54.621] (--) NOUVEAU(0): Chipset: "NVIDIA NV25"
[    54.621] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    54.621] (==) NOUVEAU(0): RGB weight 888
[    54.621] (==) NOUVEAU(0): Default visual is TrueColor
[    54.621] (==) NOUVEAU(0): Using HW cursor
[    54.621] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    54.621] (==) NOUVEAU(0): Page flipping enabled
[    54.680] (II) NOUVEAU(0): Output VGA-1 using monitor section 2709WFP
[    54.793] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[    54.852] (II) NOUVEAU(0): EDID for output VGA-1
[    54.962] (II) NOUVEAU(0): EDID for output DVI-I-1
[    54.962] (II) NOUVEAU(0): Manufacturer: DEL  Model: a030  Serial#:
827939155
[    54.962] (II) NOUVEAU(0): Year: 2008  Week: 49
[    54.962] (II) NOUVEAU(0): EDID Version: 1.3
[    54.962] (II) NOUVEAU(0): Digital Display Input
[    54.962] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 58  vert.: 36
[    54.962] (II) NOUVEAU(0): Gamma: 2.20
[    54.962] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[    54.962] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb
4:4:4 
[    54.962] (II) NOUVEAU(0): First detailed timing is preferred mode
[    54.962] (II) NOUVEAU(0): redX: 0.675 redY: 0.318   greenX: 0.189
greenY: 0.704
[    54.962] (II) NOUVEAU(0): blueX: 0.147 blueY: 0.069   whiteX: 0.313
whiteY: 0.329
[    54.962] (II) NOUVEAU(0): Supported established timings:
[    54.962] (II) NOUVEAU(0): 720x400@70Hz
[    54.962] (II) NOUVEAU(0): 640x480@60Hz
[    54.962] (II) NOUVEAU(0): 640x480@75Hz
[    54.962] (II) NOUVEAU(0): 800x600@60Hz
[    54.962] (II) NOUVEAU(0): 800x600@75Hz
[    54.962] (II) NOUVEAU(0): 1024x768@60Hz
[    54.962] (II) NOUVEAU(0): 1024x768@75Hz
[    54.962] (II) NOUVEAU(0): 1280x1024@75Hz
[    54.962] (II) NOUVEAU(0): Manufacturer's mask: 0
[    54.962] (II) NOUVEAU(0): Supported standard timings:
[    54.962] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60
vid: 32897
[    54.962] (II) NOUVEAU(0): #1: hsize: 1600  vsize 1200  refresh: 60
vid: 16553
[    54.962] (II) NOUVEAU(0): #2: hsize: 1152  vsize 864  refresh: 75
vid: 20337
[    54.962] (II) NOUVEAU(0): #3: hsize: 1680  vsize 1050  refresh: 60
vid: 179
[    54.962] (II) NOUVEAU(0): Supported detailed timing:
[    54.962] (II) NOUVEAU(0): clock: 154.0 MHz   Image Size:  582 x 364
mm
[    54.962] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end
2000 h_blank_end 2080 h_border: 0
[    54.962] (II) NOUVEAU(0): v_active: 1200  v_sync: 1203  v_sync_end
1209 v_blanking: 1235 v_border: 0
[    54.963] (II) NOUVEAU(0): Serial No: TR0708C31YYS
[    54.963] (II) NOUVEAU(0): Monitor name: DELL 2709W
[    54.963] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30
H max: 83 kHz, PixClock max 175 MHz
[    54.963] (II) NOUVEAU(0): EDID (in hex):
[    54.963] (II) NOUVEAU(0):   00ffffffffffff0010ac30a053595931
[    54.963] (II) NOUVEAU(0):   31120103803a2478eae9f5ac5130b425
[    54.963] (II) NOUVEAU(0):   115054a54b008180a940714fb3000101
[    54.963] (II) NOUVEAU(0):   010101010101283c80a070b023403020
[    54.963] (II) NOUVEAU(0):   3600466c2100001a000000ff00545230
[    54.963] (II) NOUVEAU(0):   3730384333315959530a000000fc0044
[    54.963] (II) NOUVEAU(0):   454c4c2032373039570a2020000000fd
[    54.963] (II) NOUVEAU(0):   00384c1e5311000a20202020202000ae
[    54.963] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[    54.963] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680
1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024
1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    54.963] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    54.963] (II) NOUVEAU(0): Output VGA-1 disconnected
[    54.963] (II) NOUVEAU(0): Output DVI-I-1 connected
[    54.964] (II) NOUVEAU(0): Using exact sizes for initial modes
[    54.964] (II) NOUVEAU(0): Output DVI-I-1 using initial mode
1920x1200
[    54.964] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0)
unless otherwise stated.
[    54.964] (--) NOUVEAU(0): Virtual size is 1920x1200 (pitch 0)
[    54.964] (**) NOUVEAU(0):  Driver mode "1920x1200": 154.0 MHz
(scaled from 0.0 MHz), 74.0 kHz, 60.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz
(scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1680x1050": 146.2 MHz
(scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680
1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz
(scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz
(scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled
from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled
from 0.0 MHz), 60.1 kHz, 75.1 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024
1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled
from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled
from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled
from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    54.964] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled
from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    54.964] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    54.964] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled
from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    54.965] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    54.965] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled
from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    54.965] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    54.965] (==) NOUVEAU(0): DPI set to (96, 96)
[    54.965] (II) Loading sub module "fb"
[    54.965] (II) LoadModule: "fb"
[    54.965] (II) Loading /usr/lib/xorg/modules/libfb.so
[    55.033] (II) Module fb: vendor="X.Org Foundation"
[    55.033]    compiled for 1.10.1, module version = 1.0.0
[    55.033]    ABI class: X.Org ANSI C Emulation, version 0.4
[    55.033] (II) Loading sub module "exa"
[    55.033] (II) LoadModule: "exa"
[    55.034] (II) Loading /usr/lib/xorg/modules/libexa.so
[    55.075] (II) Module exa: vendor="X.Org Foundation"
[    55.075]    compiled for 1.10.1, module version = 2.5.0
[    55.075]    ABI class: X.Org Video Driver, version 10.0
[    55.075] (II) Loading sub module "shadowfb"
[    55.075] (II) LoadModule: "shadowfb"
[    55.075] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    55.117] (II) Module shadowfb: vendor="X.Org Foundation"
[    55.117]    compiled for 1.10.1, module version = 1.0.0
[    55.117]    ABI class: X.Org ANSI C Emulation, version 0.4
[    55.117] (--) Depth 24 pixmap format is 32 bpp
[    55.118] (II) NOUVEAU(0): Opened GPU channel 1
[    55.118] (II) NOUVEAU(0): [DRI2] Setup complete
[    55.118] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau_vieux
[    55.118] (II) NOUVEAU(0): GART: 64MiB available
[    55.130] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[    55.197] (II) EXA(0): Driver allocated offscreen pixmaps
[    55.197] (II) EXA(0): Driver registered support for the following
operations:
[    55.197] (II)         Solid
[    55.197] (II)         Copy
[    55.197] (II)         Composite (RENDER acceleration)
[    55.197] (II)         UploadToScreen
[    55.197] (II)         DownloadFromScreen
[    55.197] (==) NOUVEAU(0): Backing store disabled
[    55.197] (==) NOUVEAU(0): Silken mouse enabled
[    55.209] (**) NOUVEAU(0): DPMS enabled
[    55.209] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[    55.209] (--) RandR disabled
[    55.209] (II) Initializing built-in extension Generic Event
Extension
[    55.209] (II) Initializing built-in extension SHAPE
[    55.209] (II) Initializing built-in extension MIT-SHM
[    55.209] (II) Initializing built-in extension XInputExtension
[    55.209] (II) Initializing built-in extension XTEST
[    55.209] (II) Initializing built-in extension BIG-REQUESTS
[    55.209] (II) Initializing built-in extension SYNC
[    55.209] (II) Initializing built-in extension XKEYBOARD
[    55.210] (II) Initializing built-in extension XC-MISC
[    55.210] (II) Initializing built-in extension SECURITY
[    55.210] (II) Initializing built-in extension XINERAMA
[    55.210] (II) Initializing built-in extension XFIXES
[    55.210] (II) Initializing built-in extension RENDER
[    55.210] (II) Initializing built-in extension RANDR
[    55.210] (II) Initializing built-in extension COMPOSITE
[    55.210] (II) Initializing built-in extension DAMAGE
[    55.212] (II) SELinux: Disabled on system
[    55.274] (EE) AIGLX error: dlopen
of /usr/lib/dri/nouveau_vieux_dri.so failed
(/usr/lib/dri/nouveau_vieux_dri.so: cannot open shared object file: No
such file or directory)
[    55.274] (EE) AIGLX: reverting to software rendering
[    55.274] (II) AIGLX: Screen 0 is not DRI capable
[    55.594] (II) AIGLX: Loaded and
initialized /usr/lib/dri/swrast_dri.so
[    55.594] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    55.600] (II) NOUVEAU(0): NVEnterVT is called.
[    55.600] (II) NOUVEAU(0): Setting screen physical size to 507 x 317
[    55.600] resize called 1920 1200
[    58.134] (II) config/udev: Adding input device Power Button
(/dev/input/event3)
[    58.134] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[    58.134] (II) LoadModule: "evdev"
[    58.157] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    58.170] (II) Module evdev: vendor="X.Org Foundation"
[    58.170]    compiled for 1.10.1, module version = 2.6.0
[    58.170]    Module class: X.Org XInput Driver
[    58.170]    ABI class: X.Org XInput driver, version 12.2
[    58.170] (II) Using input driver 'evdev' for 'Power Button'
[    58.170] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    58.170] (**) Power Button: always reports core events
[    58.170] (**) Power Button: Device: "/dev/input/event3"
[    58.170] (--) Power Button: Found keys
[    58.170] (II) Power Button: Configuring as keyboard
[    58.170] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    58.170] (II) XINPUT: Adding extended input device "Power
Button" (type: KEYBOARD)
[    58.170] (**) Option "xkb_rules" "evdev"
[    58.170] (**) Option "xkb_model" "pc105"
[    58.170] (**) Option "xkb_layout" "es"
[    58.283] (II) config/udev: Adding input device Power Button
(/dev/input/event2)
[    58.283] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[    58.283] (II) Using input driver 'evdev' for 'Power Button'
[    58.283] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    58.283] (**) Power Button: always reports core events
[    58.283] (**) Power Button: Device: "/dev/input/event2"
[    58.283] (--) Power Button: Found keys
[    58.284] (II) Power Button: Configuring as keyboard
[    58.284] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    58.284] (II) XINPUT: Adding extended input device "Power
Button" (type: KEYBOARD)
[    58.284] (**) Option "xkb_rules" "evdev"
[    58.284] (**) Option "xkb_model" "pc105"
[    58.284] (**) Option "xkb_layout" "es"
[    58.301] (II) config/udev: Adding input device Logitech USB Receiver
(/dev/input/event1)
[    58.301] (**) Logitech USB Receiver: Applying InputClass "evdev
pointer catchall"
[    58.301] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    58.301] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    58.301] (**) Logitech USB Receiver: always reports core events
[    58.301] (**) Logitech USB Receiver: Device: "/dev/input/event1"
[    58.301] (--) Logitech USB Receiver: Found 20 mouse buttons
[    58.301] (--) Logitech USB Receiver: Found scroll wheel(s)
[    58.301] (--) Logitech USB Receiver: Found relative axes
[    58.301] (--) Logitech USB Receiver: Found x and y relative axes
[    58.301] (II) Logitech USB Receiver: Configuring as mouse
[    58.301] (II) Logitech USB Receiver: Adding scrollwheel support
[    58.301] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    58.301] (**) Logitech USB Receiver: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    58.301] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2:1.0/input/input1/event1"
[    58.302] (II) XINPUT: Adding extended input device "Logitech USB
Receiver" (type: MOUSE)
[    58.302] (II) Logitech USB Receiver: initialized for relative axes.
[    58.302] (**) Logitech USB Receiver: (accel) keeping acceleration
scheme 1
[    58.302] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    58.302] (**) Logitech USB Receiver: (accel) acceleration factor:
2.000
[    58.302] (**) Logitech USB Receiver: (accel) acceleration threshold:
4
[    58.303] (II) config/udev: Adding input device Logitech USB Receiver
(/dev/input/mouse0)
[    58.303] (II) No input driver/identifier specified (ignoring)
[    58.306] (II) config/udev: Adding input device AT Translated Set 2
keyboard (/dev/input/event0)
[    58.306] (**) AT Translated Set 2 keyboard: Applying InputClass
"evdev keyboard catchall"
[    58.306] (II) Using input driver 'evdev' for 'AT Translated Set 2
keyboard'
[    58.306] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    58.306] (**) AT Translated Set 2 keyboard: always reports core
events
[    58.306] (**) AT Translated Set 2 keyboard: Device:
"/dev/input/event0"
[    58.306] (--) AT Translated Set 2 keyboard: Found keys
[    58.306] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    58.306] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    58.306] (II) XINPUT: Adding extended input device "AT Translated
Set 2 keyboard" (type: KEYBOARD)
[    58.307] (**) Option "xkb_rules" "evdev"
[    58.307] (**) Option "xkb_model" "pc105"
[    58.307] (**) Option "xkb_layout" "es"
[    58.308] (II) config/udev: Adding input device PC Speaker
(/dev/input/event4)
[    58.308] (II) No input driver/identifier specified (ignoring)
[    97.900] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[    97.900] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    97.900] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    97.901] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    97.901] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    97.901] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   172.268] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[   172.268] (II) NOUVEAU(0): Using hsync ranges from config file
[   172.268] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   172.268] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   172.268] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   172.268] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   575.623] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[   575.623] (II) NOUVEAU(0): Using hsync ranges from config file
[   575.623] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   575.623] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   575.623] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   575.623] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   576.882] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[   576.882] (II) NOUVEAU(0): Using hsync ranges from config file
[   576.882] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   576.882] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   576.882] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   576.882] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   576.882] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   576.882] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   576.882] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   576.882] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   576.882] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   576.883] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   576.883] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   576.883] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   576.883] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   576.883] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   576.883] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   577.242] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[   577.242] (II) NOUVEAU(0): Using hsync ranges from config file
[   577.242] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   577.242] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   577.242] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   577.242] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[  1062.416] (II) NOUVEAU(0): NVLeaveVT is called.
[  1064.457] (II) Open ACPI successful (/var/run/acpid.socket)
[  1064.457] (II) NOUVEAU(0): NVEnterVT is called.
[  1064.635] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[  1064.635] (II) NOUVEAU(0): Using hsync ranges from config file
[  1064.635] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  1064.635] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  1064.635] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1064.635] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11934.065] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[ 11934.065] (II) NOUVEAU(0): Using hsync ranges from config file
[ 11934.065] (II) NOUVEAU(0): Using vrefresh ranges from config file
[ 11934.065] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 11934.065] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[ 11934.065] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11934.065] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 11934.066] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11934.293] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[ 11934.293] (II) NOUVEAU(0): Using hsync ranges from config file
[ 11934.293] (II) NOUVEAU(0): Using vrefresh ranges from config file
[ 11934.293] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 11934.293] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 11934.293] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11935.112] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[ 11935.113] (II) NOUVEAU(0): Using hsync ranges from config file
[ 11935.113] (II) NOUVEAU(0): Using vrefresh ranges from config file
[ 11935.113] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 11935.113] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 11935.113] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11935.293] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008
[ 11935.293] (II) NOUVEAU(0): Using hsync ranges from config file
[ 11935.293] (II) NOUVEAU(0): Using vrefresh ranges from config file
[ 11935.293] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 11935.293] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920
1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 11935.293] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 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=pc105
E: XKBLAYOUT=es
E: DMI_VENDOR=Supermicro

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DMI_VENDOR=Supermicro

P: /devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-Logitech_USB_Receiver-event-mouse
S: input/by-path/pci-0000:00:1f.2-usb-0:2:1.0-event-mouse
E: UDEV_LOG=3
E:
DEVPATH=/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2:1.0/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c50d
E: ID_REVISION=2302
E: ID_SERIAL=Logitech_USB_Receiver
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:1f.2-usb-0:2:1.0
E:
DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse /dev/input/by-path/pci-0000:00:1f.2-usb-0:2:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2:1.0/input/input1/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_USB_Receiver-mouse
S: input/by-path/pci-0000:00:1f.2-usb-0:2:1.0-mouse
E: UDEV_LOG=3
E:
DEVPATH=/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2:1.0/input/input1/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c50d
E: ID_REVISION=2302
E: ID_SERIAL=Logitech_USB_Receiver
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:1f.2-usb-0:2:1.0
E:
DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-mouse /dev/input/by-path/pci-0000:00:1f.2-usb-0:2:1.0-mouse

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=Supermicro

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Supermicro
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------
[    1.205511] Linux agpgart interface v0.103
[    1.205901] agpgart-intel 0000:00:00.0: Intel i860 Chipset
[    1.209947] agpgart-intel 0000:00:00.0: AGP aperture is 64M @
0xf0000000
[   34.850615] [drm] Initialized drm 1.1.0 20060810
[   35.285245] [drm] nouveau 0000:01:00.0: Detected an NV20 generation
card (0x025300a3)
[   35.285620] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image
from PRAMIN
[   35.338534] [drm] nouveau 0000:01:00.0: ... appears to be valid
[   35.338800] [drm] nouveau 0000:01:00.0: BMP BIOS found
[   35.338804] [drm] nouveau 0000:01:00.0: BMP version 5.21
[   35.338810] [drm] nouveau 0000:01:00.0: Bios version 04.25.00.29
[   35.338815] [drm] nouveau 0000:01:00.0: Found Display Configuration
Block version 2.0
[   35.338821] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02010110
000088b8
[   35.338827] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02100202
00000000
[   35.338832] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 01000200
000088b8
[   35.338837] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02100102
00000000
[   35.338842] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 01120121
00000002
[   35.338846] [drm] nouveau 0000:01:00.0: Raw DCB entry 5: 01120221
00000002
[   35.338851] [drm] nouveau 0000:01:00.0: Merging DCB entries 1 and 3
[   35.338855] [drm] nouveau 0000:01:00.0: Merging DCB entries 4 and 5
[   35.339100] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at
offset 0xC608
[   35.339140] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at
offset 0xCA09
[   35.412039] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at
offset 0xC6FD
[   35.442556] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at
offset 0xD029
[   35.442568] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at
offset 0xC804
[   35.527359] [drm] nouveau 0000:01:00.0: 1 available performance
level(s)
[   35.527366] [drm] nouveau 0000:01:00.0: 0: memory 513MHz
[   35.527379] [drm] nouveau 0000:01:00.0: c: memory 513MHz core 249MHz
[   35.527528] [drm] nouveau 0000:01:00.0: Detected 64MiB VRAM
[   35.527989] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[   35.528061] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x
mode
[   35.528102] nouveau 0000:01:00.0: putting AGP V2 device into 4x mode
[   35.528146] [drm] nouveau 0000:01:00.0: 64 MiB GART (aperture)
[   35.528226] [drm] nouveau 0000:01:00.0: Saving VGA fonts
[   35.588857] [drm] nouveau 0000:01:00.0: TV-1 has no encoders,
removing
[   35.590300] [drm] Supports vblank timestamp caching Rev 1
(10.10.2010).
[   35.590305] [drm] No driver support for vblank timestamp query.
[   35.593052] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga
encoder (output 0)
[   35.593061] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds
encoder (output 1)
[   35.593067] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga
encoder (output 2)
[   35.757137] [drm] nouveau 0000:01:00.0: allocated 1920x1200 fb:
0x49000, bo f714d800
[   35.772192] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on tmds
encoder (output 1)
[   35.772198] [drm] nouveau 0000:01:00.0: Output DVI-I-1 is running on
CRTC 0 using output B
[   35.778561] drm: registered panic notifier
[   35.778574] [drm] Initialized nouveau 0.0.16 20090420 for
0000:01:00.0 on minor 0
[ 7305.182962] [drm] nouveau 0000:01:00.0: Setting dpms mode 1 on tmds
encoder (output 1)
[ 7905.197672] [drm] nouveau 0000:01:00.0: Setting dpms mode 2 on tmds
encoder (output 1)
[11167.125119] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on tmds
encoder (output 1)


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

xserver-xorg-video-nouveau recommends no packages.

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information

Kind regards,

-- 
Juan Carlos Amengual Argudo <jcamen@lsi.uji.es>
Depto. Lenguajes y Sistemas Informáticos (UJI)




Reply to: